[Zrouter-src] ZRouter.org: push to ZRouter tools/uboot_mkimage/Makefile
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Wed Dec 14 23:11:34 UTC 2011
details: http://zrouter.org/hg/zrouter//rev/074afcaae412
changeset: 282:074afcaae412
user: ray at terran.dlink.ua
date: Thu Dec 15 00:38:52 2011 +0200
description:
Add tools/uboot_mkimage local tool
diffstat:
tools/uboot_mkimage/Makefile | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diffs (35 lines):
diff -r 6d8c00fcb103 -r 074afcaae412 tools/uboot_mkimage/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/uboot_mkimage/Makefile Thu Dec 15 00:38:52 2011 +0200
@@ -0,0 +1,31 @@
+#
+# $FreeBSD: src/usr.sbin/audit/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
+#
+
+CDIR=${.CURDIR}/../../contrib/uboot_mkimage
+.PATH: ${CDIR}/common ${CDIR}/lib ${CDIR}/lib/libfdt ${CDIR}/tools
+
+PROG= uboot_mkimage
+CFLAGS+= -D__MACH__=__FreeBSD__
+CFLAGS+= -I${CDIR}/tools -I${CDIR}/include -DUSE_HOSTCC
+NO_MAN=
+
+SRCS= \
+ mkimage.c \
+ crc32.c \
+ default_image.c \
+ fit_image.c \
+ image.c \
+ imximage.c \
+ kwbimage.c \
+ md5.c \
+ os_support.c \
+ sha1.c \
+ fdt.c \
+ fdt_ro.c \
+ fdt_rw.c \
+ fdt_strerror.c \
+ fdt_wip.c
+
+.include <bsd.prog.mk>
+
More information about the Zrouter-src
mailing list