# HG changeset patch # User diego # Date 1174093275 0 # Node ID 96e570f1bde22750507d3956e51e6988823cb1d8 # Parent f1fbb2f0e6590477276c59a4de0b12b316d7f194 Get rid of stupid recursion within a single directory. diff -r f1fbb2f0e659 -r 96e570f1bde2 drivers/Makefile --- a/drivers/Makefile Sat Mar 17 00:59:42 2007 +0000 +++ b/drivers/Makefile Sat Mar 17 01:01:15 2007 +0000 @@ -11,11 +11,10 @@ CFLAGS = -O2 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h -Wall endif -all: ifneq (,$(findstring 2.6, $(VERSION))) - $(MAKE) mga_vid.ko mga_vid_test +all: mga_vid.ko mga_vid_test else - $(MAKE) mga_vid.o mga_vid_test +all: mga_vid.o mga_vid_test endif # sis_vid.o