From: Jesper Nilsson Date: Mon, 30 Jun 2008 20:51:16 +0000 (+0200) Subject: [CRIS] Correct definition of subdirs for install_headers. X-Git-Tag: v2.6.27-rc1~970^2~1^2 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=d9fa021cfb62f44e6be3db916dbef78d7b05eca7;p=net-next-2.6.git [CRIS] Correct definition of subdirs for install_headers. 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 --- diff --git a/include/asm-cris/Kbuild b/include/asm-cris/Kbuild index 17455459c43..b7037d80d46 100644 --- a/include/asm-cris/Kbuild +++ b/include/asm-cris/Kbuild @@ -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