X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Documentation%2Fkbuild%2Fmodules.txt;h=0767cf69c69ea9b1d0cd809460931b9a203a6b23;hp=b1096da953c8a9c5105686b7702bde502113b3d1;hb=d6a0967c90dced0a8baf502e6f3d5862fd5a5805;hpb=d19b85db9d5c44a4c21dcb10d6fbadaa4425ab2a diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt index b1096da953c8..0767cf69c69e 100644 --- a/Documentation/kbuild/modules.txt +++ b/Documentation/kbuild/modules.txt @@ -275,7 +275,7 @@ following files: KERNELDIR := /lib/modules/`uname -r`/build all:: - $(MAKE) -C $KERNELDIR M=`pwd` $@ + $(MAKE) -C $(KERNELDIR) M=`pwd` $@ # Module specific targets genbin: