summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index e9d8554efe..86147aefae 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -7,10 +7,7 @@ CFLAGS = -O2 -D__KERNEL__ -DMODULE -I$(KERNEL_INCLUDES) -Wall -include $(KERNEL_
all: mga_vid.o mga_vid_test tdfx_vid.o tdfx_vid_test
mga_vid.o: mga_vid.c mga_vid.h
- $(CC) $(CFLAGS) -c $<
-
tdfx_vid.o: tdfx_vid.c 3dfx.h
- $(CC) $(CFLAGS) -c $<
%_test: %_test.c
$(CC) -O -o $@ $<