aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 64f804623..7d2db1871 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 1 1VERSION = 1
2PATCHLEVEL = 19 2PATCHLEVEL = 19
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = .git 4EXTRAVERSION =
5NAME = Unnamed 5NAME = 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
1047boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig) 1047boards := $(wildcard $(srctree)/configs/*_defconfig)
1048boards := $(notdir $(boards)) 1048boards := $(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
1136help:
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...
1146PHONY += prepare scripts 1137PHONY += prepare scripts
1147prepare: ; 1138prepare: ;