From 970d142abe2fa09b294dd2bfa860fe3bbcaa8c68 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 16 Nov 2011 17:01:48 -0500 Subject: [PATCH] Remove unused LINUX_2_6 macro from geode driver makefile 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 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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