aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoman Zippel <zippel@linux-m68k.org>2006-06-09 01:12:50 -0400
committerSam Ravnborg <sam@mars.ravnborg.org>2006-06-09 10:31:44 -0400
commitc30a02e022576c1b49a6c9b39ad83559167399c6 (patch)
tree04c40d988ea2ae7d256fef070ef128bcc7bef840 /Makefile
parent14cdd3c402bf7c66f0bcd76e290f0770a54a4b21 (diff)
kbuild: `make kernelrelease' speedup
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3cb9270c584d..abc0051d259a 100644
--- a/Makefile
+++ b/Makefile
@@ -364,7 +364,8 @@ endif
364# of make so .config is not included in this case either (for *config). 364# of make so .config is not included in this case either (for *config).
365 365
366no-dot-config-targets := clean mrproper distclean \ 366no-dot-config-targets := clean mrproper distclean \
367 cscope TAGS tags help %docs check% 367 cscope TAGS tags help %docs check% \
368 kernelrelease kernelversion
368 369
369config-targets := 0 370config-targets := 0
370mixed-targets := 0 371mixed-targets := 0
@@ -1248,7 +1249,7 @@ namespacecheck:
1248endif #ifeq ($(config-targets),1) 1249endif #ifeq ($(config-targets),1)
1249endif #ifeq ($(mixed-targets),1) 1250endif #ifeq ($(mixed-targets),1)
1250 1251
1251PHONY += checkstack 1252PHONY += checkstack kernelrelease kernelversion
1252checkstack: 1253checkstack:
1253 $(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \ 1254 $(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \
1254 $(PERL) $(src)/scripts/checkstack.pl $(ARCH) 1255 $(PERL) $(src)/scripts/checkstack.pl $(ARCH)