]> git.sur5r.net Git - u-boot/blobdiff - board/samsung/common/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / board / samsung / common / Makefile
index 6cbd90661b0e551b543919972fcecf9c971a2804..ef1a8f318f5d65b2e4f515e3dcf56b4de1517da0 100644 (file)
@@ -11,5 +11,8 @@ obj-$(CONFIG_MISC_COMMON) += misc.o
 
 ifndef CONFIG_SPL_BUILD
 obj-$(CONFIG_BOARD_COMMON)     += board.o
-obj-$(CONFIG_EXYNOS5_DT)       += exynos5-dt.o
+ifdef CONFIG_EXYNOS5_DT
+obj-y += exynos5-dt.o
+obj-$(CONFIG_BOARD_TYPES) += exynos5-dt-types.o
+endif
 endif