Simon Glass | 6494d70 | 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 | |
Simon Glass | 3ac435d | 2014-11-10 17:16:47 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_DM) += device.o lists.o root.o uclass.o util.o |
Simon Glass | a59abd1 | 2015-05-12 14:55:07 -0600 | [diff] [blame^] | 8 | ifndef CONFIG_SPL_BUILD |
Simon Glass | da802b9 | 2014-10-04 11:29:37 -0600 | [diff] [blame] | 9 | obj-$(CONFIG_OF_CONTROL) += simple-bus.o |
Simon Glass | a59abd1 | 2015-05-12 14:55:07 -0600 | [diff] [blame^] | 10 | endif |
Simon Glass | 3ac435d | 2014-11-10 17:16:47 -0700 | [diff] [blame] | 11 | obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o |