xref: /rk3399_rockchip-uboot/drivers/core/Makefile (revision 0a5804b53a3c71dc0c9c43e5c747015b6e50e9e1)
16494d708SSimon Glass#
26494d708SSimon Glass# Copyright (c) 2013 Google, Inc
36494d708SSimon Glass#
46494d708SSimon Glass# SPDX-License-Identifier:	GPL-2.0+
56494d708SSimon Glass#
66494d708SSimon Glass
7e2282d70SMasahiro Yamadaobj-y	+= device.o lists.o root.o uclass.o util.o
8e2282d70SMasahiro Yamadaobj-$(CONFIG_DEVRES) += devres.o
9a59abd10SSimon Glassifndef CONFIG_SPL_BUILD
10da802b9eSSimon Glassobj-$(CONFIG_OF_CONTROL) += simple-bus.o
11a59abd10SSimon Glassendif
12*0a5804b5SMasahiro Yamadaobj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE)	+= device-remove.o
13304fbef1SSimon Glassobj-$(CONFIG_DM)	+= dump.o
1412dc8e75SSimon Glassobj-$(CONFIG_REGMAP)	+= regmap.o
1512dc8e75SSimon Glassobj-$(CONFIG_SYSCON)	+= syscon-uclass.o
16