]> rtime.felk.cvut.cz Git - shark/motorek-5200.git/blobdiff - Makefile
Updated Makefile to support clean target
[shark/motorek-5200.git] / 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