10 lines
227 B
Makefile
Executable File
Vendored
10 lines
227 B
Makefile
Executable File
Vendored
#
|
|
# Copyright (c) 2013 Google, Inc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_DM) += device.o lists.o root.o uclass.o util.o
|
|
obj-$(CONFIG_OF_CONTROL) += simple-bus.o
|
|
obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o
|