]> Git Repo - J-u-boot.git/blame - scripts/dtc/libfdt/Makefile.libfdt
dtc: add ability to make nodes conditional on them being referenced
[J-u-boot.git] / scripts / dtc / libfdt / Makefile.libfdt
CommitLineData
f0921f50 1# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
c0e032e0
TR
2# Makefile.libfdt
3#
4# This is not a complete Makefile of itself. Instead, it is designed to
5# be easily embeddable into other systems of Makefiles.
6#
7LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1
8LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
9LIBFDT_VERSION = version.lds
10LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c fdt_empty_tree.c \
11 fdt_addresses.c fdt_overlay.c
12LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)
f0921f50
SG
13LIBFDT_LIB = libfdt-$(DTC_VERSION).$(SHAREDLIB_EXT)
14
15libfdt_clean:
16 @$(VECHO) CLEAN "(libfdt)"
17 rm -f $(STD_CLEANFILES:%=$(LIBFDT_dir)/%)
18 rm -f $(LIBFDT_dir)/$(LIBFDT_soname)
This page took 0.123882 seconds and 4 git commands to generate.