xref: /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/Makefile.libfdt (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1*53ee8cc1Swenshuai.xi# Makefile.libfdt
2*53ee8cc1Swenshuai.xi#
3*53ee8cc1Swenshuai.xi# This is not a complete Makefile of itself.  Instead, it is designed to
4*53ee8cc1Swenshuai.xi# be easily embeddable into other systems of Makefiles.
5*53ee8cc1Swenshuai.xi#
6*53ee8cc1Swenshuai.xiLIBFDT_INCLUDES = fdt.h libfdt.h
7*53ee8cc1Swenshuai.xiLIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
8*53ee8cc1Swenshuai.xiLIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)
9