summaryrefslogtreecommitdiff
path: root/sysutils/atf-rk3399/Makefile
blob: eb760c91276643617fb367a7aba1b4f9fe1ecc50 (plain)
1
2
3
4
5
6
7
8
9
MASTERDIR=	${.CURDIR}/../atf-master

PLAT=	rk3399
BL31=	bl31/bl31.elf

# ATF build a firmware that runs on the Cortex-M0
BUILD_DEPENDS+=	arm-none-eabi-gcc:devel/arm-none-eabi-gcc

.include "${MASTERDIR}/Makefile"