From fa0e88bfe00baa648ab3b1184b56f7dc5536aa21 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 19 Nov 2011 15:33:33 -0500 Subject: Move back ztv with geode driver Now we have a clean separation between CPP flags and C Flags Only the C Flags apply to both geode and ztv driver, however it is not worth doing a per target compilation. Should some flags become mutually exclusive and if we want to have both target in the same makefile, add the incompatible flag on the appropriate target, example: geode_drv_la_CFLAGS = $(AM_CFLAGS) -newCFlag and/or geode_drv_la_CPPFLAGS = $(AM_CPPFLAGS) -newCPPFlag Note that both AM_CFLAGS and AM_CPPFLAGS are picked-up by both geode and ztv driver target. Signed-off-by: Gaetan Nadon --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 26a3642..582eb46 100644 --- a/configure.ac +++ b/configure.ac @@ -144,5 +144,4 @@ AC_SUBST([DRIVER_NAME]) AC_OUTPUT([ Makefile src/Makefile - ztv/Makefile ]) -- cgit v1.2.3