X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=drivers%2Fcore%2FMakefile;h=f19f67d30f76b17571a362c9fd360a7312800a90;hp=ed21fedbc08fed64d78462c47d395393083061a2;hb=6d32e5fcf3fd1250db38716a1573b7d5543886dd;hpb=b18eebd396a78f258e71cb412221cdca407780ae diff --git a/drivers/core/Makefile b/drivers/core/Makefile index ed21fedbc0..f19f67d30f 100644 --- a/drivers/core/Makefile +++ b/drivers/core/Makefile @@ -4,9 +4,10 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_DM) += 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-y += device.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_REGMAP) += regmap.o +obj-$(CONFIG_SYSCON) += syscon-uclass.o