From 6eb64b8c64f7177b160b4bdbabd317d523bf4bfc Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Mon, 14 Jul 2014 17:08:29 +0200 Subject: 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 Cc: Mikael Starvik Cc: David Howells Signed-off-by: Jesper Nilsson --- scripts/headers.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/headers.sh') 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} -- cgit v1.2.3