[Xorg-driver-geode] [PATCH 6/6] Remove unused LINUX_2_6 macro from geode driver makefile
Gaetan Nadon
memsize at videotron.ca
Wed Nov 16 14:18:10 PST 2011
It is used in ztv but not geode driver.
In the wake of more platforms other than linux, might as well
remove any source of confusion.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 4077d72..3ae5e5c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,7 +34,7 @@ AM_CPPFLAGS = \
#
AM_CFLAGS = @XORG_CFLAGS@ \
-DHAVE_GX -DHAVE_LX -DOPT_ACCEL \
- -DLINUX_2_6 @AMD_CFLAGS@
+ @AMD_CFLAGS@
AM_CCASFLAGS = @XORG_CFLAGS@
geode_drv_la_LTLIBRARIES = geode_drv.la
--
1.7.4.1
More information about the Xorg-driver-geode
mailing list