diff options
| -rw-r--r-- | Documentation/kbuild/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt index 769ee05ee4d..1d247d59ad5 100644 --- a/Documentation/kbuild/modules.txt +++ b/Documentation/kbuild/modules.txt | |||
| @@ -249,7 +249,7 @@ following files: | |||
| 249 | --> filename: Makefile | 249 | --> filename: Makefile |
| 250 | KERNELDIR := /lib/modules/`uname -r`/build | 250 | KERNELDIR := /lib/modules/`uname -r`/build |
| 251 | all:: | 251 | all:: |
| 252 | $(MAKE) -C $KERNELDIR M=`pwd` $@ | 252 | $(MAKE) -C $(KERNELDIR) M=`pwd` $@ |
| 253 | 253 | ||
| 254 | # Module specific targets | 254 | # Module specific targets |
| 255 | genbin: | 255 | genbin: |
