]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/core/Makefile
devres: add devm_kmalloc() and friends (managed memory allocators)
[people/ms/u-boot.git] / drivers / core / Makefile
CommitLineData
6494d708
SG
1#
2# Copyright (c) 2013 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
608f26c5 7obj-y += device.o lists.o root.o uclass.o util.o devres.o
a59abd10 8ifndef CONFIG_SPL_BUILD
da802b9e 9obj-$(CONFIG_OF_CONTROL) += simple-bus.o
a59abd10 10endif
3ac435d3 11obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o
304fbef1 12obj-$(CONFIG_DM) += dump.o
12dc8e75
SG
13obj-$(CONFIG_REGMAP) += regmap.o
14obj-$(CONFIG_SYSCON) += syscon-uclass.o