]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - scripts/dtc/libfdt/Makefile.libfdt
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / scripts / dtc / libfdt / Makefile.libfdt
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1cade994
DG
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#
cd296721
SW
7LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1
8LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
9LIBFDT_VERSION = version.lds
47605971 10LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c fdt_empty_tree.c \
6f05afcb 11 fdt_addresses.c fdt_overlay.c
1cade994 12LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)
c2e7075c
RH
13
14libfdt_clean:
15 @$(VECHO) CLEAN "(libfdt)"
16 rm -f $(STD_CLEANFILES:%=$(LIBFDT_dir)/%)