]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/core/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[karo-tx-uboot.git] / drivers / core / Makefile
index 90b2a7f0684b7700ae7baf2f92c13622ba95edac..f14695b2d6eae985d366827d69bcedda1ce1e2ce 100644 (file)
@@ -4,4 +4,6 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-$(CONFIG_DM)       := device.o lists.o root.o uclass.o util.o
+obj-$(CONFIG_DM)       += device.o lists.o root.o uclass.o util.o
+obj-$(CONFIG_OF_CONTROL) += simple-bus.o
+obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o