5de86cd23e
Submitted by: manu Differential Revision: D15884
17 lines
320 B
Makefile
17 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= cubox-hummingboard
|
|
BOARD_CONFIG= mx6cuboxi_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"
|