From 9ef0628180ca38732c0eead7dd01bc28bda54b31 Mon Sep 17 00:00:00 2001 From: Roman Zippel Date: Thu, 8 Jun 2006 22:12:50 -0700 Subject: [PATCH] --- yaml --- r: 30603 b: refs/heads/master c: c30a02e022576c1b49a6c9b39ad83559167399c6 h: refs/heads/master i: 30601: 5ad40674e6a5872bf1b78484d0af96e3b64ce8b0 30599: 934cf21563ccaab4156514d5f592c017b2a9e628 v: v3 --- [refs] | 2 +- trunk/Makefile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 902734c80ce8..f7f1a77b0f14 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 14cdd3c402bf7c66f0bcd76e290f0770a54a4b21 +refs/heads/master: c30a02e022576c1b49a6c9b39ad83559167399c6 diff --git a/trunk/Makefile b/trunk/Makefile index 3cb9270c584d..abc0051d259a 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -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)