]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
CRIS: Fix headers_install
authorSam Ravnborg <sam@ravnborg.org>
Mon, 14 Jul 2014 15:08:29 +0000 (17:08 +0200)
committerJesper Nilsson <jespern@axis.com>
Fri, 19 Dec 2014 23:01:12 +0000 (00:01 +0100)
Fix headers_install by adjusting the path to arch files.
And delete unused Kbuild file.
Drop special handling of cris in the headers.sh script
as a nice side-effect.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Mikael Starvik <starvik@axis.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/include/asm/Kbuild
arch/cris/include/uapi/asm/Kbuild
scripts/headers.sh

index d5f124832fd1e0f337259d5467eb0cd286fb91dd..889f2de050a34e80e1cbd1424e8307a1f7442566 100644 (file)
@@ -1,8 +1,4 @@
 
-header-y += arch-v10/
-header-y += arch-v32/
-
-
 generic-y += barrier.h
 generic-y += clkdev.h
 generic-y += cputime.h
index 7d47b366ad82b49d2ea19e734b8d7be859f95080..01f66b8f15e50b83a75fcd9693d253348a459297 100644 (file)
@@ -1,8 +1,8 @@
 # UAPI Header export list
 include include/uapi/asm-generic/Kbuild.asm
 
-header-y += arch-v10/
-header-y += arch-v32/
+header-y += ../arch-v10/arch/
+header-y += ../arch-v32/arch/
 header-y += auxvec.h
 header-y += bitsperlong.h
 header-y += byteorder.h
index 95ece06599a58b78f5f4e3955c33acecda34af10..d4dc4de5cea1f9134d810d2bdc3614187187571d 100755 (executable)
@@ -19,8 +19,6 @@ for arch in ${archs}; do
        case ${arch} in
        um)        # no userspace export
                ;;
-       cris)      # headers export are known broken
-               ;;
        *)
                if [ -d ${srctree}/arch/${arch} ]; then
                        do_command $1 ${arch}