]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/common/Makefile
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / samsung / common / Makefile
index 501d9744e4fea95c11715d0904f68281466c1c96..41d0cc38149444da2a2bf743c515f16b7d237a17 100644 (file)
@@ -7,4 +7,8 @@
 
 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