changeset 26881:2b55444f1b60

Fix setting of CFLAGS for Radeon modules.
author diego
date Wed, 28 May 2008 11:27:13 +0000
parents 60e75a146f45
children 8eacd1538e64
files drivers/Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/drivers/Makefile	Wed May 28 10:34:03 2008 +0000
+++ b/drivers/Makefile	Wed May 28 11:27:13 2008 +0000
@@ -14,8 +14,7 @@
 radeon_vid.o: radeon_vid.c radeon.h radeon_vid.h
 rage128_vid.o: radeon_vid.c radeon.h radeon_vid.h
 	$(CC) $(CFLAGS) -DRAGE128 -c $< -o $@
-radeon_vid.o rage128_vid.o:
-  CFLAGS += -fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math
+radeon_vid.o rage128_vid.o: CFLAGS += -fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math
 
 install:
 	-mkdir -p $(MDIR)