pkgsrc/sysutils/arm-trusted-firmware-rk3399/Makefile
thorpej 894795e257 - Re-factor the arm-trusted-firmware packages into common definitions and
build infrastructure.
- Update arm-trusted-firmware to v2.3.
2020-06-30 14:33:14 +00:00

11 lines
301 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/06/30 14:33:15 thorpej Exp $
PLATFORM= rk3399
COMMENT= ARM Trusted Firmware for Rockchip RK3399 SoCs
BL31_SUFFIX= elf
# This package builds for Cortex-M0 *and* Cortex-A53/A72.
ATF_CORTEX_M0= yes
.include "../../sysutils/arm-trusted-firmware/arm-trusted-firmware.mk"