xref: /openbmc/u-boot/drivers/core/Makefile (revision c6ac6c1bd42b8948825697c88ba4ea00d61c5e2e)
16494d708SSimon Glass#
26494d708SSimon Glass# Copyright (c) 2013 Google, Inc
36494d708SSimon Glass#
46494d708SSimon Glass# SPDX-License-Identifier:	GPL-2.0+
56494d708SSimon Glass#
66494d708SSimon Glass
7d6ffb00aSSimon Glassobj-y	+= device.o fdtaddr.o lists.o root.o uclass.o util.o
8e2282d70SMasahiro Yamadaobj-$(CONFIG_DEVRES) += devres.o
90a5804b5SMasahiro Yamadaobj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE)	+= device-remove.o
10628d792cSMarek Vasutobj-$(CONFIG_$(SPL_)SIMPLE_BUS)	+= simple-bus.o
11304fbef1SSimon Glassobj-$(CONFIG_DM)	+= dump.o
12*c6ac6c1bSPhilipp Tomsichobj-$(CONFIG_$(SPL_TPL_)REGMAP)	+= regmap.o
13*c6ac6c1bSPhilipp Tomsichobj-$(CONFIG_$(SPL_TPL_)SYSCON)	+= syscon-uclass.o
1438d21b41SSimon Glassobj-$(CONFIG_OF_LIVE) += of_access.o of_addr.o
1547a0fd3bSSimon Glassifndef CONFIG_DM_DEV_READ_INLINE
1647a0fd3bSSimon Glassobj-$(CONFIG_OF_CONTROL) += read.o
1747a0fd3bSSimon Glassendif
18a4481012SSimon Glassobj-$(CONFIG_OF_CONTROL) += of_extra.o ofnode.o read_extra.o
19