Commit 6eb64b8c64f7177b160b4bdbabd317d523bf4bfc

Authored by Sam Ravnborg
Committed by Jesper Nilsson
1 parent eeda008441

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>

Showing 3 changed files with 2 additions and 8 deletions Side-by-side Diff

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
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
... ... @@ -19,8 +19,6 @@
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}