blob: 656cf6140d7e3b301b37699233b79ff57d526198 [file] [log] [blame]
Keith Whitwell69ab4fe2004-04-30 08:29:04 +00001# -*-makefile-*-
2# Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
3
Ian Romanickbfc8a8d2005-04-06 21:34:34 +00004include $(TOP)/configs/linux-dri
Keith Whitwell69ab4fe2004-04-30 08:29:04 +00005
6CONFIG_NAME = linux-dri-x86-64
7
Ian Romanickbfc8a8d2005-04-06 21:34:34 +00008ARCH_FLAGS = -m64
Keith Whitwell69ab4fe2004-04-30 08:29:04 +00009
Ian Romanick9204e872005-07-02 07:38:40 +000010ASM_FLAGS = -DUSE_X86_64_ASM
José Fonseca90b2beb2008-02-19 13:27:13 +090011MESA_ASM_SOURCES = $(X86-64_SOURCES)
12GLAPI_ASM_SOURCES = $(X86-64_API)
Ian Romanick9204e872005-07-02 07:38:40 +000013
Brian Paul883f9892006-07-13 02:50:27 +000014LIB_DIR = lib64
Keith Whitwell69ab4fe2004-04-30 08:29:04 +000015
16# Library/program dependencies
Ian Romanickbfc8a8d2005-04-06 21:34:34 +000017EXTRA_LIB_PATH=-L/usr/X11R6/lib64
Keith Whitwell69ab4fe2004-04-30 08:29:04 +000018
Vinson Leee5d09562010-03-03 19:03:45 -080019# sis is missing because it has not been converted to use
Alan Hourihanefbcb37c2006-01-26 08:53:32 +000020# the new interface. i810 are missing because there is no x86-64
Ian Romanickbfc8a8d2005-04-06 21:34:34 +000021# system where they could *ever* be used.
Keith Whitwell69ab4fe2004-04-30 08:29:04 +000022#
Dan Nicholsonda693b72007-12-07 11:26:41 -080023DRI_DIRS = i915 i965 mach64 mga r128 r200 r300 radeon savage tdfx unichrome
Keith Whitwell69ab4fe2004-04-30 08:29:04 +000024