]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
[CRIS] Correct definition of subdirs for install_headers.
authorJesper Nilsson <jesper@jni.nu>
Mon, 30 Jun 2008 20:51:16 +0000 (22:51 +0200)
committerJesper Nilsson <jesper@jni.nu>
Mon, 30 Jun 2008 20:51:16 +0000 (22:51 +0200)
Hinko Kocevar noted that the CRIS architecture subdirs were no longer
exported correctly when doing install_headers.

Correct this by exporting all directories as header-y.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
include/asm-cris/Kbuild

index 17455459c43f5f19bba2f40e61635cf8b7fa46ea..b7037d80d461b793304035dff1a329409732cd4b 100644 (file)
@@ -1,7 +1,8 @@
 include include/asm-generic/Kbuild.asm
 
-header-$(CONFIG_ETRAX_ARCH_V10) += arch-v10/
-header-$(CONFIG_ETRAX_ARCH_V32) += arch-v32/
+header-y += arch/
+header-y += arch-v10/
+header-y += arch-v32/
 
 header-y += ethernet.h
 header-y += rtc.h