summaryrefslogtreecommitdiff
path: root/drivers/core/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-18 02:18:04 +0300
committerSimon Glass <sjg@chromium.org>2017-06-01 15:57:52 +0300
commitd6ffb00a438ef8ba714feb2c72a7ddbdebad2b2e (patch)
tree0036080d0cc903dcd95ccfda42a1888bd85d1a67 /drivers/core/Makefile
parent9d922450aa9944ecf8c249c892078cda80f40e02 (diff)
downloadu-boot-d6ffb00a438ef8ba714feb2c72a7ddbdebad2b2e.tar.xz
dm: core: Move dev_get_addr() etc. into a separate file
Move this group of address-related functions into a new file. These use the flat device tree. Future work will provide new versions of these which can support the live tree. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/core/Makefile')
-rw-r--r--drivers/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Makefile b/drivers/core/Makefile
index 07adb61c28..8261f14f45 100644
--- a/drivers/core/Makefile
+++ b/drivers/core/Makefile
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-y += device.o lists.o root.o uclass.o util.o
+obj-y += device.o fdtaddr.o lists.o root.o uclass.o util.o
obj-$(CONFIG_DEVRES) += devres.o
obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
obj-$(CONFIG_$(SPL_)SIMPLE_BUS) += simple-bus.o