blob: 4366627a55215a7f46b1887a9fbc8367b470ce55 [file] [log] [blame]
David Gibsond9d679f2007-06-26 12:45:51 +10001# 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#
Paolo Bonzini99c1db72011-04-26 20:45:27 +10006LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1
Jon Loeligera6532282008-07-23 10:20:53 -05007LIBFDT_INCLUDES = fdt.h libfdt.h
Josh Boyer62721822009-01-02 08:20:34 -05008LIBFDT_VERSION = version.lds
David Gibsonbe602682012-06-01 14:12:38 +10009LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c fdt_empty_tree.c
David Gibsonad9593f2007-10-04 15:37:43 +100010LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)