Annotation of elwix/tools/uboot_mkimage/Makefile, revision 1.1
1.1 ! misho 1: #
! 2: # $FreeBSD: src/usr.sbin/audit/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
! 3: #
! 4:
! 5: CDIR=${.CURDIR}
! 6: .PATH: ${CDIR}/common ${CDIR}/lib ${CDIR}/lib/libfdt ${CDIR}/tools
! 7:
! 8: PROG= uboot_mkimage
! 9: CFLAGS+= -D__MACH__=__FreeBSD__
! 10: CFLAGS+= -I${CDIR}/tools -I${CDIR}/include -DUSE_HOSTCC
! 11: NO_MAN=
! 12:
! 13: DESTDIR=/usr/bin
! 14:
! 15: SRCS= \
! 16: mkimage.c \
! 17: crc32.c \
! 18: default_image.c \
! 19: fit_image.c \
! 20: image.c \
! 21: imximage.c \
! 22: kwbimage.c \
! 23: md5.c \
! 24: os_support.c \
! 25: sha1.c \
! 26: fdt.c \
! 27: fdt_ro.c \
! 28: fdt_rw.c \
! 29: fdt_strerror.c \
! 30: fdt_wip.c
! 31:
! 32: .include <bsd.prog.mk>
! 33:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>