11.1.1.3Sskrll# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) 21.1Smacallan# Makefile.libfdt 31.1Smacallan# 41.1Smacallan# This is not a complete Makefile of itself. Instead, it is designed to 51.1Smacallan# be easily embeddable into other systems of Makefiles. 61.1Smacallan# 71.1SmacallanLIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1 81.1SmacallanLIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h 91.1SmacallanLIBFDT_VERSION = version.lds 101.1SmacallanLIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c fdt_empty_tree.c \ 111.1.1.2Sskrll fdt_addresses.c fdt_overlay.c 121.1SmacallanLIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o) 131.1.1.3SskrllLIBFDT_LIB = libfdt-$(DTC_VERSION).$(SHAREDLIB_EXT) 141.1.1.3Sskrll 151.1.1.3Sskrlllibfdt_clean: 161.1.1.3Sskrll @$(VECHO) CLEAN "(libfdt)" 171.1.1.3Sskrll rm -f $(STD_CLEANFILES:%=$(LIBFDT_dir)/%) 181.1.1.3Sskrll rm -f $(LIBFDT_dir)/$(LIBFDT_soname) 19