From e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Fri, 28 Aug 2015 09:58:54 +0800 Subject: Add qemu 2.4.0 Change-Id: Ic99cbad4b61f8b127b7dc74d04576c0bcbaaf4f5 Signed-off-by: Yang Zhang --- qemu/dtc/libfdt/Makefile.libfdt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qemu/dtc/libfdt/Makefile.libfdt (limited to 'qemu/dtc/libfdt/Makefile.libfdt') diff --git a/qemu/dtc/libfdt/Makefile.libfdt b/qemu/dtc/libfdt/Makefile.libfdt new file mode 100644 index 000000000..91126c000 --- /dev/null +++ b/qemu/dtc/libfdt/Makefile.libfdt @@ -0,0 +1,10 @@ +# Makefile.libfdt +# +# This is not a complete Makefile of itself. Instead, it is designed to +# be easily embeddable into other systems of Makefiles. +# +LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1 +LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h +LIBFDT_VERSION = version.lds +LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c fdt_empty_tree.c +LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o) -- cgit 1.2.3-korg