]> git.ipfire.org Git - people/ms/u-boot.git/blob - drivers/core/Makefile
of: clean up OF_CONTROL ifdef conditionals
[people/ms/u-boot.git] / drivers / core / Makefile
1 #
2 # Copyright (c) 2013 Google, Inc
3 #
4 # SPDX-License-Identifier: GPL-2.0+
5 #
6
7 obj-y += device.o lists.o root.o uclass.o util.o
8 obj-$(CONFIG_DEVRES) += devres.o
9 ifndef CONFIG_SPL_BUILD
10 obj-$(CONFIG_$(SPL_)OF_CONTROL) += simple-bus.o
11 endif
12 obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
13 obj-$(CONFIG_DM) += dump.o
14 obj-$(CONFIG_REGMAP) += regmap.o
15 obj-$(CONFIG_SYSCON) += syscon-uclass.o