Keith Whitwell | 69ab4fe | 2004-04-30 08:29:04 +0000 | [diff] [blame] | 1 | # -*-makefile-*- |
| 2 | # Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others |
| 3 | |
Ian Romanick | bfc8a8d | 2005-04-06 21:34:34 +0000 | [diff] [blame] | 4 | include $(TOP)/configs/linux-dri |
Keith Whitwell | 69ab4fe | 2004-04-30 08:29:04 +0000 | [diff] [blame] | 5 | |
| 6 | CONFIG_NAME = linux-dri-x86-64 |
| 7 | |
Ian Romanick | bfc8a8d | 2005-04-06 21:34:34 +0000 | [diff] [blame] | 8 | ARCH_FLAGS = -m64 |
Keith Whitwell | 69ab4fe | 2004-04-30 08:29:04 +0000 | [diff] [blame] | 9 | |
Ian Romanick | 9204e87 | 2005-07-02 07:38:40 +0000 | [diff] [blame] | 10 | ASM_FLAGS = -DUSE_X86_64_ASM |
José Fonseca | 90b2beb | 2008-02-19 13:27:13 +0900 | [diff] [blame] | 11 | MESA_ASM_SOURCES = $(X86-64_SOURCES) |
| 12 | GLAPI_ASM_SOURCES = $(X86-64_API) |
Ian Romanick | 9204e87 | 2005-07-02 07:38:40 +0000 | [diff] [blame] | 13 | |
Brian Paul | 883f989 | 2006-07-13 02:50:27 +0000 | [diff] [blame] | 14 | LIB_DIR = lib64 |
Keith Whitwell | 69ab4fe | 2004-04-30 08:29:04 +0000 | [diff] [blame] | 15 | |
| 16 | # Library/program dependencies |
Ian Romanick | bfc8a8d | 2005-04-06 21:34:34 +0000 | [diff] [blame] | 17 | EXTRA_LIB_PATH=-L/usr/X11R6/lib64 |
Keith Whitwell | 69ab4fe | 2004-04-30 08:29:04 +0000 | [diff] [blame] | 18 | |
Vinson Lee | e5d0956 | 2010-03-03 19:03:45 -0800 | [diff] [blame] | 19 | # sis is missing because it has not been converted to use |
Alan Hourihane | fbcb37c | 2006-01-26 08:53:32 +0000 | [diff] [blame] | 20 | # the new interface. i810 are missing because there is no x86-64 |
Ian Romanick | bfc8a8d | 2005-04-06 21:34:34 +0000 | [diff] [blame] | 21 | # system where they could *ever* be used. |
Keith Whitwell | 69ab4fe | 2004-04-30 08:29:04 +0000 | [diff] [blame] | 22 | # |
Dan Nicholson | da693b7 | 2007-12-07 11:26:41 -0800 | [diff] [blame] | 23 | DRI_DIRS = i915 i965 mach64 mga r128 r200 r300 radeon savage tdfx unichrome |
Keith Whitwell | 69ab4fe | 2004-04-30 08:29:04 +0000 | [diff] [blame] | 24 | |