blob: 5c2ead870b00412bf0ebc5532a21b4ebdfd82974 [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 Yamadacb110312015-07-13 13:17:16 +09007obj-y += device.o lists.o root.o uclass.o util.o
Simon Glass7f62c012015-05-12 14:55:07 -06008ifndef CONFIG_SPL_BUILD
Simon Glass599447c2014-10-04 11:29:37 -06009obj-$(CONFIG_OF_CONTROL) += simple-bus.o
Simon Glass7f62c012015-05-12 14:55:07 -060010endif
Simon Glassb38ea5a2014-11-10 17:16:47 -070011obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o
Simon Glassd9f9a892015-06-23 15:38:35 -060012obj-$(CONFIG_DM) += dump.o
Simon Glassad8f8ab2015-06-23 15:38:42 -060013obj-$(CONFIG_OF_CONTROL) += regmap.o
Simon Glass6a84aaf2015-06-23 15:38:43 -060014obj-$(CONFIG_OF_CONTROL) += syscon-uclass.o