Cross Reference: Makefile.libfdt
xref: /src/sys/external/bsd/libfdt/dist/Makefile.libfdt
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/external/bsd/libfdt/dist/
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

Indexes created Mon Nov 10 17:20:41 GMT 2025