diff options
Diffstat (limited to 'arch/avr32/Makefile')
-rw-r--r-- | arch/avr32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/Makefile b/arch/avr32/Makefile index 9a0bfdbd7461..b088e103e753 100644 --- a/arch/avr32/Makefile +++ b/arch/avr32/Makefile | |||
@@ -34,6 +34,7 @@ core-y += $(machdirs) | |||
34 | core-$(CONFIG_BOARD_ATSTK1000) += arch/avr32/boards/atstk1000/ | 34 | core-$(CONFIG_BOARD_ATSTK1000) += arch/avr32/boards/atstk1000/ |
35 | core-$(CONFIG_BOARD_ATNGW100) += arch/avr32/boards/atngw100/ | 35 | core-$(CONFIG_BOARD_ATNGW100) += arch/avr32/boards/atngw100/ |
36 | core-$(CONFIG_BOARD_FAVR_32) += arch/avr32/boards/favr-32/ | 36 | core-$(CONFIG_BOARD_FAVR_32) += arch/avr32/boards/favr-32/ |
37 | core-$(CONFIG_BOARD_MIMC200) += arch/avr32/boards/mimc200/ | ||
37 | core-$(CONFIG_LOADER_U_BOOT) += arch/avr32/boot/u-boot/ | 38 | core-$(CONFIG_LOADER_U_BOOT) += arch/avr32/boot/u-boot/ |
38 | core-y += arch/avr32/kernel/ | 39 | core-y += arch/avr32/kernel/ |
39 | core-y += arch/avr32/mm/ | 40 | core-y += arch/avr32/mm/ |