commit | c1d09173fc9c75e4dc9a97af558a869d3a3298e5 | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Fri Feb 06 23:06:48 2015 +0100 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Tue Feb 17 22:54:38 2015 +0100 |
tree | 145248ad901cd8fcfbaa385345c270fdbea14647 | |
parent | 111bbf5585d2d71b9810ca160ef01340f86c57dd [diff] [blame] |
avr32: add generic board support Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
diff --git a/arch/avr32/lib/Makefile b/arch/avr32/lib/Makefile index 5f2d97b..6750913 100644 --- a/arch/avr32/lib/Makefile +++ b/arch/avr32/lib/Makefile
@@ -8,7 +8,9 @@ # obj-y += memset.o +ifndef CONFIG_SYS_GENERIC_BOARD obj-y += board.o +endif obj-$(CONFIG_CMD_BOOTM) += bootm.o obj-y += interrupts.o obj-y += dram_init.o