dect
/
linux-2.6
Archived
13
0
Fork 0

kbuild: `make kernelrelease' speedup

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
Roman Zippel 2006-06-08 22:12:50 -07:00 committed by Sam Ravnborg
parent 14cdd3c402
commit c30a02e022
1 changed files with 3 additions and 2 deletions

View File

@ -364,7 +364,8 @@ endif
# of make so .config is not included in this case either (for *config).
no-dot-config-targets := clean mrproper distclean \
cscope TAGS tags help %docs check%
cscope TAGS tags help %docs check% \
kernelrelease kernelversion
config-targets := 0
mixed-targets := 0
@ -1248,7 +1249,7 @@ namespacecheck:
endif #ifeq ($(config-targets),1)
endif #ifeq ($(mixed-targets),1)
PHONY += checkstack
PHONY += checkstack kernelrelease kernelversion
checkstack:
$(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \
$(PERL) $(src)/scripts/checkstack.pl $(ARCH)