]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/libfdt/Makefile
fdt: Sync up with libfdt
[karo-tx-uboot.git] / lib / libfdt / Makefile
index a02c9b02add2d360e5aa5d0d53a2d620e98e9fda..6fe79e0b06e9c422b6bfcfffd8fdd968872960dc 100644 (file)
@@ -5,7 +5,8 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-COBJS-libfdt += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o fdt_empty_tree.o
+COBJS-libfdt += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o \
+       fdt_empty_tree.o fdt_addresses.o
 
 obj-$(CONFIG_OF_LIBFDT) += $(COBJS-libfdt)
 obj-$(CONFIG_FIT) += $(COBJS-libfdt)