X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Flibfdt%2FMakefile;h=1fe50ecbe5208fe6835b88e62c7110758f346cdf;hb=04da42770b0cc3bea8841972bfc9568299ece826;hp=934d6142c3e9115bb5963d3c04e46563c8b72c3b;hpb=7c0e5d865ff0b86dfce492b656238919c659d756;p=platform%2Fkernel%2Fu-boot.git diff --git a/lib/libfdt/Makefile b/lib/libfdt/Makefile index 934d614..1fe50ec 100644 --- a/lib/libfdt/Makefile +++ b/lib/libfdt/Makefile @@ -1,9 +1,19 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000-2007 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# 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 fdt_region.o +obj-y += \ + fdt.o \ + fdt_ro.o \ + fdt_wip.o \ + fdt_strerror.o \ + fdt_sw.o \ + fdt_rw.o \ + fdt_empty_tree.o \ + fdt_addresses.o + +obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o + +ccflags-y := -I$(srctree)/scripts/dtc/libfdt \ + -DFDT_ASSUME_MASK=$(CONFIG_$(SPL_TPL_)OF_LIBFDT_ASSUME_MASK)