diff options
Diffstat (limited to 'scripts/headers.sh')
-rwxr-xr-x | scripts/headers.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/headers.sh b/scripts/headers.sh index 978b42b3acd7..af1ed8810087 100755 --- a/scripts/headers.sh +++ b/scripts/headers.sh | |||
@@ -7,6 +7,7 @@ set -e | |||
7 | do_command() | 7 | do_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 | ||
10 | make ARCH=$2 KBUILD_HEADERS=$1 headers_$1 | 11 | make ARCH=$2 KBUILD_HEADERS=$1 headers_$1 |
11 | else | 12 | else |
12 | printf "Ignoring arch: %s\n" ${arch} | 13 | printf "Ignoring arch: %s\n" ${arch} |