]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/core/Makefile
dm: core: Add operations on device tree references
[people/ms/u-boot.git] / drivers / core / Makefile
index c7905b14409fcf4fe56653655960de8407c5348b..c25288e4643c829d7083b1e2a8d02caafb8787d8 100644 (file)
@@ -4,4 +4,12 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-y := device.o lists.o root.o uclass.o util.o
+obj-y  += device.o fdtaddr.o lists.o root.o uclass.o util.o
+obj-$(CONFIG_DEVRES) += devres.o
+obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE)  += device-remove.o
+obj-$(CONFIG_$(SPL_)SIMPLE_BUS)        += simple-bus.o
+obj-$(CONFIG_DM)       += dump.o
+obj-$(CONFIG_$(SPL_)REGMAP)    += regmap.o
+obj-$(CONFIG_$(SPL_)SYSCON)    += syscon-uclass.o
+obj-$(CONFIG_OF_LIVE) += of_access.o
+obj-$(CONFIG_OF_CONTROL) += ofnode.o