xref: /rk3399_rockchip-uboot/drivers/core/Makefile (revision 5725128507eca41bb110d702858ca2c8d7dc4085)
16494d708SSimon Glass#
26494d708SSimon Glass# Copyright (c) 2013 Google, Inc
36494d708SSimon Glass#
46494d708SSimon Glass# SPDX-License-Identifier:	GPL-2.0+
56494d708SSimon Glass#
66494d708SSimon Glass
73ac435d3SSimon Glassobj-$(CONFIG_DM)	+= 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
136f98b750SSimon Glassobj-$(CONFIG_OF_CONTROL)	+= regmap.o
14*57251285SSimon Glassobj-$(CONFIG_OF_CONTROL)	+= syscon-uclass.o
15