freebsd-ports/sysutils/atf-rk3399/Makefile

11 lines
226 B
Makefile

# $FreeBSD$
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"