Skip to content

Commit 6eb64b8

Browse files
sravnborgJesper Nilsson
authored and
Jesper Nilsson
committedDec 19, 2014
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 <[email protected]> Cc: Mikael Starvik <[email protected]> Cc: David Howells <[email protected]> Signed-off-by: Jesper Nilsson <[email protected]>
1 parent eeda008 commit 6eb64b8

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed
 

‎arch/cris/include/asm/Kbuild

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11

2-
header-y += arch-v10/
3-
header-y += arch-v32/
4-
5-
62
generic-y += barrier.h
73
generic-y += clkdev.h
84
generic-y += cputime.h

‎arch/cris/include/uapi/asm/Kbuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# UAPI Header export list
22
include include/uapi/asm-generic/Kbuild.asm
33

4-
header-y += arch-v10/
5-
header-y += arch-v32/
4+
header-y += ../arch-v10/arch/
5+
header-y += ../arch-v32/arch/
66
header-y += auxvec.h
77
header-y += bitsperlong.h
88
header-y += byteorder.h

‎scripts/headers.sh

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ for arch in ${archs}; do
1919
case ${arch} in
2020
um) # no userspace export
2121
;;
22-
cris) # headers export are known broken
23-
;;
2422
*)
2523
if [ -d ${srctree}/arch/${arch} ]; then
2624
do_command $1 ${arch}

0 commit comments

Comments
 (0)
Please sign in to comment.