11 lines
226 B
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"
|