]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/core/Makefile
Merge git://git.denx.de/u-boot-marvell
[people/ms/u-boot.git] / drivers / core / Makefile
index f14695b2d6eae985d366827d69bcedda1ce1e2ce..5c2ead870b00412bf0ebc5532a21b4ebdfd82974 100644 (file)
@@ -4,6 +4,11 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-$(CONFIG_DM)       += device.o lists.o root.o uclass.o util.o
+obj-y  += device.o lists.o root.o uclass.o util.o
+ifndef CONFIG_SPL_BUILD
 obj-$(CONFIG_OF_CONTROL) += simple-bus.o
+endif
 obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o
+obj-$(CONFIG_DM)       += dump.o
+obj-$(CONFIG_OF_CONTROL)       += regmap.o
+obj-$(CONFIG_OF_CONTROL)       += syscon-uclass.o