xref: /rk3399_rockchip-uboot/drivers/core/Makefile (revision 12dc8e7522230b269b4ca8fecc64bc8e59070a53)
16494d708SSimon Glass#
26494d708SSimon Glass# Copyright (c) 2013 Google, Inc
36494d708SSimon Glass#
46494d708SSimon Glass# SPDX-License-Identifier:	GPL-2.0+
56494d708SSimon Glass#
66494d708SSimon Glass
704c5ee41SMasahiro Yamadaobj-y	+= device.o lists.o root.o uclass.o util.o
8a59abd10SSimon Glassifndef CONFIG_SPL_BUILD
9da802b9eSSimon Glassobj-$(CONFIG_OF_CONTROL) += simple-bus.o
10a59abd10SSimon Glassendif
113ac435d3SSimon Glassobj-$(CONFIG_DM_DEVICE_REMOVE)	+= device-remove.o
12304fbef1SSimon Glassobj-$(CONFIG_DM)	+= dump.o
13*12dc8e75SSimon Glassobj-$(CONFIG_REGMAP)	+= regmap.o
14*12dc8e75SSimon Glassobj-$(CONFIG_SYSCON)	+= syscon-uclass.o
15