xref: /rk3399_rockchip-uboot/drivers/core/Makefile (revision 304fbef156b00d8d7005c8b156e64a6632d45008)
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
12*304fbef1SSimon Glassobj-$(CONFIG_DM)	+= dump.o
13