aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2011-11-22 17:47:50 -0500
committerH. Peter Anvin <hpa@zytor.com>2011-11-22 17:47:50 -0500
commit9147621c771c8b6a5c8985373af3a8200e8b4a41 (patch)
tree4f0a59debdd3af6e209225ace6b61bdef21d2523
parent3f86886c72fb68088162c7e08cc7f85282f1860c (diff)
kbuild, headers.sh: Don't make archheaders explicitly
We don't need to explicitly invoke the archheaders target because of the dependency on __headers in the Makefile. Reported-and-tested-by: Michal Marek <mmarek@suse.cz> Link: http://lkml.kernel.org/r/4ECA8991.20302@suse.cz Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rwxr-xr-xscripts/headers.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/headers.sh b/scripts/headers.sh
index af1ed881008..978b42b3acd 100755
--- a/scripts/headers.sh
+++ b/scripts/headers.sh
@@ -7,7 +7,6 @@ set -e
7do_command() 7do_command()
8{ 8{
9 if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then 9 if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then
10 make ARCH=$2 KBUILD_HEADERS=$1 archheaders
11 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1 10 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
12 else 11 else
13 printf "Ignoring arch: %s\n" ${arch} 12 printf "Ignoring arch: %s\n" ${arch}