2014-02-26 15:59:18 -07:00
|
|
|
#
|
|
|
|
# Copyright (c) 2013 Google, Inc
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
2015-07-25 21:52:37 +09:00
|
|
|
obj-y += device.o lists.o root.o uclass.o util.o
|
|
|
|
obj-$(CONFIG_DEVRES) += devres.o
|
2015-05-12 14:55:07 -06:00
|
|
|
ifndef CONFIG_SPL_BUILD
|
2015-08-12 07:31:55 +09:00
|
|
|
obj-$(CONFIG_$(SPL_)OF_CONTROL) += simple-bus.o
|
2015-05-12 14:55:07 -06:00
|
|
|
endif
|
2015-08-12 07:31:52 +09:00
|
|
|
obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
|
2015-06-23 15:38:35 -06:00
|
|
|
obj-$(CONFIG_DM) += dump.o
|
2015-07-17 09:22:07 -06:00
|
|
|
obj-$(CONFIG_REGMAP) += regmap.o
|
|
|
|
obj-$(CONFIG_SYSCON) += syscon-uclass.o
|