]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib/libfdt/Makefile
libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c
[people/ms/u-boot.git] / lib / libfdt / Makefile
index 369bbf9ba36480fa3218eb59257ae5f875779502..be42e946b794d5a43a6a24cbb72e54fee439050e 100644 (file)
@@ -8,6 +8,7 @@
 # Use upstream code.
 obj-y += \
        fdt.o \
+       fdt_wip.o \
        fdt_strerror.o \
        fdt_sw.o \
        fdt_empty_tree.o \
@@ -19,8 +20,7 @@ obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o
 # TODO: split out the local modifiction.
 obj-y += \
        fdt_ro.o \
-       fdt_rw.o \
-       fdt_wip.o \
+       fdt_rw.o
 
 # U-Boot own file
 obj-y += fdt_region.o