2014-02-26 22:59:18 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2013 Google, Inc
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
2015-07-25 12:52:37 +00:00
|
|
|
obj-y += device.o lists.o root.o uclass.o util.o
|
|
|
|
obj-$(CONFIG_DEVRES) += devres.o
|
2015-05-12 20:55:07 +00:00
|
|
|
ifndef CONFIG_SPL_BUILD
|
2014-10-04 17:29:37 +00:00
|
|
|
obj-$(CONFIG_OF_CONTROL) += simple-bus.o
|
2015-05-12 20:55:07 +00:00
|
|
|
endif
|
2014-11-11 00:16:47 +00:00
|
|
|
obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o
|
2015-06-23 21:38:35 +00:00
|
|
|
obj-$(CONFIG_DM) += dump.o
|
2015-07-17 15:22:07 +00:00
|
|
|
obj-$(CONFIG_REGMAP) += regmap.o
|
|
|
|
obj-$(CONFIG_SYSCON) += syscon-uclass.o
|