]> git.sur5r.net Git - u-boot/blobdiff - lib/libfdt/Makefile
Merge git://git.denx.de/u-boot-rockchip
[u-boot] / lib / libfdt / Makefile
index 6ef8290f4e09a0cda981db10427084dcd6d4be9a..4e3e12f505d6d11e686e017719548c4979802543 100644 (file)
@@ -5,15 +5,21 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
+# Use upstream code.
 obj-y += \
        fdt.o \
-       fdt_ro.o \
-       fdt_rw.o \
+       fdt_wip.o \
        fdt_strerror.o \
        fdt_sw.o \
-       fdt_wip.o \
+       fdt_rw.o \
        fdt_empty_tree.o \
-       fdt_addresses.o \
-       fdt_region.o
+       fdt_addresses.o
 
 obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o
+
+# Locally modified for U-Boot.
+# TODO: split out the local modifiction.
+obj-y += fdt_ro.o
+
+# U-Boot own file
+obj-y += fdt_region.o