]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/common/Makefile
exynos: Add common board code for exynos5 boards that use device tree
[karo-tx-uboot.git] / board / samsung / common / Makefile
index 7d2bb8c4a2f3f9c0d041ce83fc5669e488166a09..6cbd90661b0e551b543919972fcecf9c971a2804 100644 (file)
@@ -6,10 +6,10 @@
 #
 
 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_USB_GADGET_DOWNLOAD) += gadget.o
 obj-$(CONFIG_MISC_COMMON) += misc.o
 
 ifndef CONFIG_SPL_BUILD
 obj-$(CONFIG_BOARD_COMMON)     += board.o
+obj-$(CONFIG_EXYNOS5_DT)       += exynos5-dt.o
 endif