xref: /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/Makefile.libfdt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Makefile.libfdt
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# This is not a complete Makefile of itself.  Instead, it is designed to
4*4882a593Smuzhiyun# be easily embeddable into other systems of Makefiles.
5*4882a593Smuzhiyun#
6*4882a593SmuzhiyunLIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1
7*4882a593SmuzhiyunLIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
8*4882a593SmuzhiyunLIBFDT_VERSION = version.lds
9*4882a593SmuzhiyunLIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c fdt_empty_tree.c \
10*4882a593Smuzhiyun	fdt_addresses.c fdt_overlay.c
11*4882a593SmuzhiyunLIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)
12