]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/common/Makefile
EXYNOS5: Create a common board file
[karo-tx-uboot.git] / board / samsung / common / Makefile
index 501d9744e4fea95c11715d0904f68281466c1c96..22bd6b197e5a954ce734c2cc76a2fac8ff7bff9e 100644 (file)
@@ -8,3 +8,7 @@
 obj-$(CONFIG_SOFT_I2C_MULTI_BUS) += multi_i2c.o
 obj-$(CONFIG_THOR_FUNCTION) += thor.o
 obj-$(CONFIG_CMD_USB_MASS_STORAGE) += ums.o
+
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_BOARD_COMMON)     += board.o
+endif