8 lines
223 B
Makefile
8 lines
223 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/06/30 14:33:15 thorpej Exp $
|
|
|
|
PLATFORM= rk3328
|
|
COMMENT= ARM Trusted Firmware for Rockchip RK3328 SoCs
|
|
|
|
BL31_SUFFIX= elf
|
|
|
|
.include "../../sysutils/arm-trusted-firmware/arm-trusted-firmware.mk"
|