blob: 6c42acfa21ec61282dd53f67dbb70c795c5cc649 [file] [log] [blame]
David Gibson1cade992007-12-10 14:28:39 +11001# Makefile.libfdt
2#
3# This is not a complete Makefile of itself. Instead, it is designed to
4# be easily embeddable into other systems of Makefiles.
5#
David Gibson1cade992007-12-10 14:28:39 +11006LIBFDT_INCLUDES = fdt.h libfdt.h
David Gibsoned95d742008-08-07 12:24:17 +10007LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
David Gibson1cade992007-12-10 14:28:39 +11008LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)