X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Flibfdt%2FMakefile;h=8b86c15904cbf8c7ba5f3f35a5d673f38a4d0b02;hb=4711e7f7af839b41a6d78490257a9e7975494dd3;hp=2f5413f90d6797122875dfc9d8c547dee5162406;hpb=8bd60ccf532f0fec07609528c2b04a0725d83984;p=u-boot diff --git a/lib/libfdt/Makefile b/lib/libfdt/Makefile index 2f5413f90d..8b86c15904 100644 --- a/lib/libfdt/Makefile +++ b/lib/libfdt/Makefile @@ -5,5 +5,13 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += 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-y += \ + fdt.o \ + fdt_ro.o \ + fdt_rw.o \ + fdt_strerror.o \ + fdt_sw.o \ + fdt_wip.o \ + fdt_empty_tree.o \ + fdt_addresses.o \ + fdt_region.o