File:  [ELWIX - Embedded LightWeight unIX -] / elwix / tools / uboot_mkimage / Makefile
Revision 1.1.1.2.4.1: download - view: text, annotated - select for diffs - revision graph
Thu Sep 29 14:38:48 2016 UTC (7 years, 9 months ago) by misho
Branches: elwix2_3
Diff to: branchpoint 1.1.1.2: preferred, colored
update sqlite
update kernel configz, options and scripts

#
# $FreeBSD: src/usr.sbin/audit/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
#

CDIR=${.CURDIR}
.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
MK_MAN=no

DESTDIR?=/usr/bin

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>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>