]> git.sur5r.net Git - u-boot/blob - drivers/core/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
[u-boot] / 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 fdtaddr.o lists.o root.o uclass.o util.o
8 obj-$(CONFIG_DEVRES) += devres.o
9 obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE)   += device-remove.o
10 obj-$(CONFIG_$(SPL_)SIMPLE_BUS) += simple-bus.o
11 obj-$(CONFIG_DM)        += dump.o
12 obj-$(CONFIG_$(SPL_TPL_)REGMAP) += regmap.o
13 obj-$(CONFIG_$(SPL_TPL_)SYSCON) += syscon-uclass.o
14 obj-$(CONFIG_OF_LIVE) += of_access.o of_addr.o
15 ifndef CONFIG_DM_DEV_READ_INLINE
16 obj-$(CONFIG_OF_CONTROL) += read.o
17 endif
18 obj-$(CONFIG_OF_CONTROL) += of_extra.o ofnode.o read_extra.o