]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/core/Makefile
Merge git://git.denx.de/u-boot-sh
[people/ms/u-boot.git] / drivers / core / Makefile
CommitLineData
6494d708
SG
1#
2# Copyright (c) 2013 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
d6ffb00a 7obj-y += device.o fdtaddr.o lists.o root.o uclass.o util.o
e2282d70 8obj-$(CONFIG_DEVRES) += devres.o
0a5804b5 9obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
628d792c 10obj-$(CONFIG_$(SPL_)SIMPLE_BUS) += simple-bus.o
304fbef1 11obj-$(CONFIG_DM) += dump.o
c6ac6c1b
PT
12obj-$(CONFIG_$(SPL_TPL_)REGMAP) += regmap.o
13obj-$(CONFIG_$(SPL_TPL_)SYSCON) += syscon-uclass.o
38d21b41 14obj-$(CONFIG_OF_LIVE) += of_access.o of_addr.o
47a0fd3b
SG
15ifndef CONFIG_DM_DEV_READ_INLINE
16obj-$(CONFIG_OF_CONTROL) += read.o
17endif
a4481012 18obj-$(CONFIG_OF_CONTROL) += of_extra.o ofnode.o read_extra.o
ceb91909
MY
19
20ccflags-$(CONFIG_DM_DEBUG) += -DDEBUG