]> 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 ca7032c3d132e8c71bef62e83234d21335e5d046..41d0cc38149444da2a2bf743c515f16b7d237a17 100644 (file)
@@ -7,3 +7,8 @@
 
 obj-$(CONFIG_SOFT_I2C_MULTI_BUS) += multi_i2c.o
 obj-$(CONFIG_THOR_FUNCTION) += thor.o
+obj-$(CONFIG_MISC_COMMON) += misc.o
+
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_BOARD_COMMON)     += board.o
+endif