diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-11-16 17:01:48 -0500 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2011-11-21 10:33:10 +0200 |
commit | 970d142abe2fa09b294dd2bfa860fe3bbcaa8c68 (patch) | |
tree | 478cf3e267ae234fd0778c8beebe2fa805004283 | |
parent | 65625eac28af7cf3164e5560478cd18aaa0ac33e (diff) |
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 <memsize@videotron.ca>
-rw-r--r-- | 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 |