xref: /rk3399_rockchip-uboot/drivers/core/Makefile (revision e2282d70763ddf06f9b02007445729c841ef4083)
16494d708SSimon Glass#
26494d708SSimon Glass# Copyright (c) 2013 Google, Inc
36494d708SSimon Glass#
46494d708SSimon Glass# SPDX-License-Identifier:	GPL-2.0+
56494d708SSimon Glass#
66494d708SSimon Glass
7*e2282d70SMasahiro Yamadaobj-y	+= device.o lists.o root.o uclass.o util.o
8*e2282d70SMasahiro Yamadaobj-$(CONFIG_DEVRES) += devres.o
9a59abd10SSimon Glassifndef CONFIG_SPL_BUILD
10da802b9eSSimon Glassobj-$(CONFIG_OF_CONTROL) += simple-bus.o
11a59abd10SSimon Glassendif
123ac435d3SSimon Glassobj-$(CONFIG_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