diff options
author | Jesper Nilsson <jesper@jni.nu> | 2008-06-30 16:51:16 -0400 |
---|---|---|
committer | Jesper Nilsson <jesper@jni.nu> | 2008-06-30 16:51:16 -0400 |
commit | d9fa021cfb62f44e6be3db916dbef78d7b05eca7 (patch) | |
tree | f269362946979ca48024182b109de0d5319f5081 /include | |
parent | 543cf4cb3fe6f6cae3651ba918b9c56200b257d0 (diff) |
[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 <jesper.nilsson@axis.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-cris/Kbuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-cris/Kbuild b/include/asm-cris/Kbuild index 17455459c43f..b7037d80d461 100644 --- a/include/asm-cris/Kbuild +++ b/include/asm-cris/Kbuild | |||
@@ -1,7 +1,8 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | 2 | ||
3 | header-$(CONFIG_ETRAX_ARCH_V10) += arch-v10/ | 3 | header-y += arch/ |
4 | header-$(CONFIG_ETRAX_ARCH_V32) += arch-v32/ | 4 | header-y += arch-v10/ |
5 | header-y += arch-v32/ | ||
5 | 6 | ||
6 | header-y += ethernet.h | 7 | header-y += ethernet.h |
7 | header-y += rtc.h | 8 | header-y += rtc.h |