blob: 1dd25a366074910b9a77cca2b74fcee8f491e21a [file] [log] [blame]
Simon Glassdd6ab882014-02-26 15:59:18 -07001#
2# Copyright (c) 2013 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Masahiro Yamada029bfca2015-07-25 21:52:37 +09007obj-y += device.o lists.o root.o uclass.o util.o
8obj-$(CONFIG_DEVRES) += devres.o
Simon Glass7f62c012015-05-12 14:55:07 -06009ifndef CONFIG_SPL_BUILD
Simon Glass599447c2014-10-04 11:29:37 -060010obj-$(CONFIG_OF_CONTROL) += simple-bus.o
Simon Glass7f62c012015-05-12 14:55:07 -060011endif
Masahiro Yamada04aa00d2015-08-12 07:31:52 +090012obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
Simon Glassd9f9a892015-06-23 15:38:35 -060013obj-$(CONFIG_DM) += dump.o
Simon Glass8e5efa02015-07-17 09:22:07 -060014obj-$(CONFIG_REGMAP) += regmap.o
15obj-$(CONFIG_SYSCON) += syscon-uclass.o