diff options
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 |