]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/lib/Makefile
avr32: add generic board support
[karo-tx-uboot.git] / arch / avr32 / lib / Makefile
index 5f2d97bfc7d2f959b94d5d9a5ac291fcc478063e..675091363087d3410fe7837b50c789f9abcd5d51 100644 (file)
@@ -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