]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/common/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-spi
[karo-tx-uboot.git] / board / samsung / common / Makefile
index ca7032c3d132e8c71bef62e83234d21335e5d046..7d2bb8c4a2f3f9c0d041ce83fc5669e488166a09 100644 (file)
@@ -7,3 +7,9 @@
 
 obj-$(CONFIG_SOFT_I2C_MULTI_BUS) += multi_i2c.o
 obj-$(CONFIG_THOR_FUNCTION) += thor.o
+obj-$(CONFIG_CMD_USB_MASS_STORAGE) += ums.o
+obj-$(CONFIG_MISC_COMMON) += misc.o
+
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_BOARD_COMMON)     += board.o
+endif