]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/core/Makefile
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
[karo-tx-uboot.git] / drivers / core / Makefile
index 151c2398a4d47fce304d43a6ae775befd379baa2..1dd25a366074910b9a77cca2b74fcee8f491e21a 100644 (file)
@@ -4,5 +4,12 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-y := device.o lists.o root.o uclass.o util.o
+obj-y  += device.o lists.o root.o uclass.o util.o
+obj-$(CONFIG_DEVRES) += devres.o
+ifndef CONFIG_SPL_BUILD
 obj-$(CONFIG_OF_CONTROL) += simple-bus.o
+endif
+obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE)  += device-remove.o
+obj-$(CONFIG_DM)       += dump.o
+obj-$(CONFIG_REGMAP)   += regmap.o
+obj-$(CONFIG_SYSCON)   += syscon-uclass.o