# Makefile.libfdt## This is not a complete Makefile of itself. Instead, it is designed to# be easily embeddable into other systems of Makefiles.#LIBFDT_INCLUDES=fdt.hlibfdt.h
LIBFDT_SRCS=fdt.cfdt_ro.cfdt_wip.cfdt_sw.cfdt_rw.cfdt_strerror.c
LIBFDT_OBJS=$(LIBFDT_SRCS:%.c=%.o)