]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
CRIS: Fix headers_install
authorSam Ravnborg <sam@ravnborg.org>
Mon, 14 Jul 2014 15:08:29 +0000 (17:08 +0200)
committerJiri Slaby <jslaby@suse.cz>
Thu, 6 Oct 2016 06:22:00 +0000 (08:22 +0200)
commit 6eb64b8c64f7177b160b4bdbabd317d523bf4bfc upstream.

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>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
arch/cris/include/asm/Kbuild
arch/cris/include/uapi/asm/Kbuild
scripts/headers.sh

index 497776e4777daaedc99d7d2dd5af990620d06abb..874f77c4dd7b3aff988b555941185edf666724c4 100644 (file)
@@ -1,8 +1,4 @@
 
-header-y += arch-v10/
-header-y += arch-v32/
-
-
 generic-y += clkdev.h
 generic-y += exec.h
 generic-y += kvm_para.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 978b42b3acd7e59519bdc74540a180da25e8c607..9c0836faf46dc4135ba244213148f970f5e5e5a0 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}