diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2014-07-14 17:08:29 +0200 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2014-12-20 00:01:12 +0100 |
commit | 6eb64b8c64f7177b160b4bdbabd317d523bf4bfc (patch) | |
tree | 6385b6b0dab825c2941b4a6689da2c298dde9c3b /scripts/headers.sh | |
parent | eeda0084419741016d32019bf535a94dbd5628e7 (diff) | |
download | linux-6eb64b8c64f7177b160b4bdbabd317d523bf4bfc.tar.bz2 |
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>
Diffstat (limited to 'scripts/headers.sh')
-rwxr-xr-x | scripts/headers.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/headers.sh b/scripts/headers.sh index 95ece06599a5..d4dc4de5cea1 100755 --- a/scripts/headers.sh +++ b/scripts/headers.sh @@ -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} |