diff --git a/include/asm-cris/Kbuild b/include/asm-cris/Kbuild index 17455459c43f5f19bba2f40e61635cf8b7fa46ea..b7037d80d461b793304035dff1a329409732cd4b 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