xref: /rk3399_rockchip-uboot/drivers/core/Makefile (revision 628d792c0775ff4b0d373494d075dd7fcb74bb76)
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
90a5804b5SMasahiro Yamadaobj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE)	+= device-remove.o
10*628d792cSMarek Vasutobj-$(CONFIG_$(SPL_)SIMPLE_BUS)	+= simple-bus.o
11304fbef1SSimon Glassobj-$(CONFIG_DM)	+= dump.o
1212dc8e75SSimon Glassobj-$(CONFIG_REGMAP)	+= regmap.o
1312dc8e75SSimon Glassobj-$(CONFIG_SYSCON)	+= syscon-uclass.o
14