]> rtime.felk.cvut.cz Git - shark/motorek-5200.git/commitdiff
Updated Makefile to support clean target
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 16 Jan 2009 11:18:59 +0000 (12:18 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 16 Jan 2009 11:18:59 +0000 (12:18 +0100)
Makefile

index 7ba6fa24a68ae2998e6786e092572f2eb5521e8e..3f24e9ccd2ba20f9d9bce44fa22e008f5639ec89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ else
 # Normal Makefile
 
 KERNELDIR := /lib/modules/`uname -r`/build
-all::
+%:
        $(MAKE) -C $(KERNELDIR) M=`pwd` $@
 
 endif