blob: ce3027a8512d54a1bfd983b2612985204f4dc937 [file] [log] [blame]
Simon Glass6494d702014-02-26 15:59:18 -07001#
2# Copyright (c) 2013 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Masahiro Yamada04c5ee42015-07-13 13:17:16 +09007obj-y += device.o lists.o root.o uclass.o util.o
Simon Glassa59abd12015-05-12 14:55:07 -06008ifndef CONFIG_SPL_BUILD
Simon Glassda802b92014-10-04 11:29:37 -06009obj-$(CONFIG_OF_CONTROL) += simple-bus.o
Simon Glassa59abd12015-05-12 14:55:07 -060010endif
Simon Glass3ac435d2014-11-10 17:16:47 -070011obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o
Simon Glass304fbef2015-06-23 15:38:35 -060012obj-$(CONFIG_DM) += dump.o
Simon Glass12dc8e72015-07-17 09:22:07 -060013obj-$(CONFIG_REGMAP) += regmap.o
14obj-$(CONFIG_SYSCON) += syscon-uclass.o