]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - scripts/headers.sh
Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus
[mirror_ubuntu-bionic-kernel.git] / scripts / headers.sh
index af1ed881008727ad01dca92a6e13c00d8ba110aa..978b42b3acd7e59519bdc74540a180da25e8c607 100755 (executable)
@@ -7,7 +7,6 @@ set -e
 do_command()
 {
        if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then
-               make ARCH=$2 KBUILD_HEADERS=$1 archheaders
                make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
        else
                printf "Ignoring arch: %s\n" ${arch}