X-Git-Url: https://rtime.felk.cvut.cz/gitweb/shark/motorek-5200.git/blobdiff_plain/0758eeb541dab56e215880bd5d225c3b8653ea46..HEAD:/Makefile 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