Simon Glass | dd6ab88 | 2014-02-26 15:59:18 -0700 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2013 Google, Inc | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: GPL-2.0+ | ||||
5 | # | ||||
6 | |||||
Masahiro Yamada | 6968298 | 2014-09-18 15:43:41 +0900 | [diff] [blame] | 7 | obj-y := device.o lists.o root.o uclass.o util.o |
Simon Glass | 599447c | 2014-10-04 11:29:37 -0600 | [diff] [blame] | 8 | obj-$(CONFIG_OF_CONTROL) += simple-bus.o |