From: Michal Sojka Date: Fri, 16 Jan 2009 12:59:16 +0000 (+0100) Subject: Fixed make invocation without parameters X-Git-Url: http://rtime.felk.cvut.cz/gitweb/shark/motorek-5200.git/commitdiff_plain/12d2c72f89cbaee6651b81f9d9cc1c7b749c0deb?ds=sidebyside Fixed make invocation without parameters --- diff --git a/Makefile b/Makefile index 3f24e9c..32a8c2c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ else # Normal Makefile KERNELDIR := /lib/modules/`uname -r`/build -%: +all %: $(MAKE) -C $(KERNELDIR) M=`pwd` $@ endif