xref: /openbmc/u-boot/drivers/core/Makefile (revision c9bb942e2f91d9f8e5f25ed1961eba2d64f65b8d)
1#
2# Copyright (c) 2013 Google, Inc
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-$(CONFIG_DM)	+= device.o lists.o root.o uclass.o util.o
8ifndef CONFIG_SPL_BUILD
9obj-$(CONFIG_OF_CONTROL) += simple-bus.o
10endif
11obj-$(CONFIG_DM_DEVICE_REMOVE)	+= device-remove.o
12