opnsense-ports/sysutils/u-boot-wandboard/Makefile
Franco Fichtner 5be31714e5 */*: sync with upstream
Taken from: HardenedBSD
2018-06-19 07:18:01 +02:00

17 lines
311 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= wandboard
BOARD_CONFIG= wandboard_defconfig
FAMILY= imx6
IMXFILE= u-boot.imx
UBOOT_PLIST= ${IMXFILE}
ALL_TARGET= u-boot-with-spl.imx
pre-install: .PHONY
@${CP} ${WRKSRC}/u-boot-with-spl.imx ${WRKSRC}/${IMXFILE}
.include "${MASTERDIR}/Makefile"