Linux 5.2.12
[linux/fpc-iii.git] / scripts / dtc / libfdt / Makefile.libfdt
blob1649c2c480466aebe3dd318089e6dd73b4de468c
1 # SPDX-License-Identifier: GPL-2.0-only
2 # Makefile.libfdt
4 # This is not a complete Makefile of itself.  Instead, it is designed to
5 # be easily embeddable into other systems of Makefiles.
7 LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1
8 LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
9 LIBFDT_VERSION = version.lds
10 LIBFDT_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
12 LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)
14 libfdt_clean:
15         @$(VECHO) CLEAN "(libfdt)"
16         rm -f $(STD_CLEANFILES:%=$(LIBFDT_dir)/%)