blob: f14695b2d6eae985d366827d69bcedda1ce1e2ce [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
Simon Glass3ac435d2014-11-10 17:16:47 -07007obj-$(CONFIG_DM) += device.o lists.o root.o uclass.o util.o
Simon Glassda802b92014-10-04 11:29:37 -06008obj-$(CONFIG_OF_CONTROL) += simple-bus.o
Simon Glass3ac435d2014-11-10 17:16:47 -07009obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o