diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-31 11:40:37 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:37 -0500 |
commit | a1a7dc1d068425c0c453c7c602cc97a4254e0bba (patch) | |
tree | fae5d8c59a93448ea42eeeebb79ab0ef7dc72b54 /include/asm-cris/Kbuild | |
parent | daa00b9caf1b6b022ff8aada7502b5ccc34becf4 (diff) |
CRIS: Add missing headers to include/asm-cris Kbuild files.
Diffstat (limited to 'include/asm-cris/Kbuild')
-rw-r--r-- | include/asm-cris/Kbuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-cris/Kbuild b/include/asm-cris/Kbuild index 7ce069226643..17455459c43f 100644 --- a/include/asm-cris/Kbuild +++ b/include/asm-cris/Kbuild | |||
@@ -3,6 +3,9 @@ include include/asm-generic/Kbuild.asm | |||
3 | header-$(CONFIG_ETRAX_ARCH_V10) += arch-v10/ | 3 | header-$(CONFIG_ETRAX_ARCH_V10) += arch-v10/ |
4 | header-$(CONFIG_ETRAX_ARCH_V32) += arch-v32/ | 4 | header-$(CONFIG_ETRAX_ARCH_V32) += arch-v32/ |
5 | 5 | ||
6 | header-y += arch-v10/ arch-v32/ | 6 | header-y += ethernet.h |
7 | header-y += rtc.h | ||
8 | header-y += sync_serial.h | ||
7 | 9 | ||
10 | unifdef-y += etraxgpio.h | ||
8 | unifdef-y += rs485.h | 11 | unifdef-y += rs485.h |