]> rtime.felk.cvut.cz Git - shark/motorek-5200.git/commitdiff
Fixed make invocation without parameters
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 16 Jan 2009 12:59:16 +0000 (13:59 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 16 Jan 2009 12:59:16 +0000 (13:59 +0100)
Makefile

index 3f24e9ccd2ba20f9d9bce44fa22e008f5639ec89..32a8c2ceee5a2024663eb214ab9c6a8ab8fa1393 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