Skip to content

Commit

Permalink
CRIS: Fix headers_install
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sravnborg authored and Jesper Nilsson committed Dec 19, 2014
1 parent eeda008 commit 6eb64b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions arch/cris/include/asm/Kbuild
@@ -1,8 +1,4 @@

header-y += arch-v10/
header-y += arch-v32/


generic-y += barrier.h
generic-y += clkdev.h
generic-y += cputime.h
Expand Down
4 changes: 2 additions & 2 deletions arch/cris/include/uapi/asm/Kbuild
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions scripts/headers.sh
Expand Up @@ -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}
Expand Down

0 comments on commit 6eb64b8

Please sign in to comment.