aboutsummaryrefslogblamecommitdiff
path: root/sysutils/u-boot-cubox-hummingboard/Makefile
blob: 45c14eb898febde5c29af41d9f359f143799e1a1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                           
 


                                   
 

                          
 
                                   
 

                                                                 
 
                                
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"