File:  [ELWIX - Embedded LightWeight unIX -] / elwix / tools / uboot_mkimage / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Feb 13 16:52:56 2017 UTC (7 years, 4 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, elwix2_6, HEAD, ELWIX2_7, ELWIX2_6, ELWIX2_5
ELWIX 2.5

#
# $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>