]> git.sur5r.net Git - u-boot/blobdiff - lib/libfdt/Makefile
libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
[u-boot] / lib / libfdt / Makefile
index 369bbf9ba36480fa3218eb59257ae5f875779502..4e3e12f505d6d11e686e017719548c4979802543 100644 (file)
@@ -8,8 +8,10 @@
 # Use upstream code.
 obj-y += \
        fdt.o \
+       fdt_wip.o \
        fdt_strerror.o \
        fdt_sw.o \
+       fdt_rw.o \
        fdt_empty_tree.o \
        fdt_addresses.o
 
@@ -17,10 +19,7 @@ obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o
 
 # Locally modified for U-Boot.
 # TODO: split out the local modifiction.
-obj-y += \
-       fdt_ro.o \
-       fdt_rw.o \
-       fdt_wip.o \
+obj-y += fdt_ro.o
 
 # U-Boot own file
 obj-y += fdt_region.o