diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 1 | 1 | VERSION = 1 |
2 | PATCHLEVEL = 19 | 2 | PATCHLEVEL = 19 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
4 | EXTRAVERSION = .git | 4 | EXTRAVERSION = |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||
7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
@@ -1044,7 +1044,7 @@ rpm: FORCE | |||
1044 | # Brief documentation of the typical targets used | 1044 | # Brief documentation of the typical targets used |
1045 | # --------------------------------------------------------------------------- | 1045 | # --------------------------------------------------------------------------- |
1046 | 1046 | ||
1047 | boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig) | 1047 | boards := $(wildcard $(srctree)/configs/*_defconfig) |
1048 | boards := $(notdir $(boards)) | 1048 | boards := $(notdir $(boards)) |
1049 | 1049 | ||
1050 | -include $(srctree)/Makefile.help | 1050 | -include $(srctree)/Makefile.help |
@@ -1133,15 +1133,6 @@ clean: $(clean-dirs) | |||
1133 | -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \) \ | 1133 | -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \) \ |
1134 | -type f -print | xargs rm -f | 1134 | -type f -print | xargs rm -f |
1135 | 1135 | ||
1136 | help: | ||
1137 | @echo ' Building external modules.' | ||
1138 | @echo ' Syntax: make -C path/to/kernel/src M=$$PWD target' | ||
1139 | @echo '' | ||
1140 | @echo ' modules - default target, build the module(s)' | ||
1141 | @echo ' modules_install - install the module' | ||
1142 | @echo ' clean - remove generated files in module directory only' | ||
1143 | @echo '' | ||
1144 | |||
1145 | # Dummies... | 1136 | # Dummies... |
1146 | PHONY += prepare scripts | 1137 | PHONY += prepare scripts |
1147 | prepare: ; | 1138 | prepare: ; |