]> git.sur5r.net Git - u-boot/blobdiff - arch/avr32/lib/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / avr32 / lib / Makefile
index bb45cbe1538460591c80b6ff9268e9dbc50f3af1..675091363087d3410fe7837b50c789f9abcd5d51 100644 (file)
@@ -8,6 +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