summaryrefslogtreecommitdiffstats
path: root/board/samsung/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/samsung/common/Makefile')
-rw-r--r--board/samsung/common/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/samsung/common/Makefile b/board/samsung/common/Makefile
index 501d9744e4..22bd6b197e 100644
--- a/board/samsung/common/Makefile
+++ b/board/samsung/common/Makefile
@@ -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
OpenPOWER on IntegriCloud