diff options
| author | Tom Rini <[email protected]> | 2015-08-31 11:43:47 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-08-31 11:43:47 -0400 |
| commit | 80cd58b99e8690b05e8537dbf76276e24fcfa652 (patch) | |
| tree | 0684c14480ab87bb3a74c1c70275b5fdc9c8e3c9 /drivers/core/Makefile | |
| parent | 7c0e5d865ff0b86dfce492b656238919c659d756 (diff) | |
| parent | 897705ec39682ab3bf5bb87bc49d7a491d522051 (diff) | |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'drivers/core/Makefile')
| -rw-r--r-- | drivers/core/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/core/Makefile b/drivers/core/Makefile index 11e0276e56b..f19f67d30f7 100644 --- a/drivers/core/Makefile +++ b/drivers/core/Makefile @@ -6,10 +6,8 @@ obj-y += device.o lists.o root.o uclass.o util.o obj-$(CONFIG_DEVRES) += devres.o -ifndef CONFIG_SPL_BUILD -obj-$(CONFIG_$(SPL_)OF_CONTROL) += simple-bus.o -endif obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o +obj-$(CONFIG_$(SPL_)SIMPLE_BUS) += simple-bus.o obj-$(CONFIG_DM) += dump.o obj-$(CONFIG_REGMAP) += regmap.o obj-$(CONFIG_SYSCON) += syscon-uclass.o |
