Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

CRIS: Fix headers_install

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>

authored by

Sam Ravnborg and committed by
Jesper Nilsson
6eb64b8c eeda0084

+2 -8
-4
arch/cris/include/asm/Kbuild
··· 1 1 2 - header-y += arch-v10/ 3 - header-y += arch-v32/ 4 - 5 - 6 2 generic-y += barrier.h 7 3 generic-y += clkdev.h 8 4 generic-y += cputime.h
+2 -2
arch/cris/include/uapi/asm/Kbuild
··· 1 1 # UAPI Header export list 2 2 include include/uapi/asm-generic/Kbuild.asm 3 3 4 - header-y += arch-v10/ 5 - header-y += arch-v32/ 4 + header-y += ../arch-v10/arch/ 5 + header-y += ../arch-v32/arch/ 6 6 header-y += auxvec.h 7 7 header-y += bitsperlong.h 8 8 header-y += byteorder.h
-2
scripts/headers.sh
··· 19 19 case ${arch} in 20 20 um) # no userspace export 21 21 ;; 22 - cris) # headers export are known broken 23 - ;; 24 22 *) 25 23 if [ -d ${srctree}/arch/${arch} ]; then 26 24 do_command $1 ${arch}