freebsd-ports/sysutils/u-boot-rockpro64/Makefile
Emmanuel Vadot 593c6238a0 sysutils/u-boot-rockpro64: Add new u-boot port for Pine64 RockPro64 board
This use the DDR blob and miniloader from RockChip + trust FW + ATF + u-boot
proper.
2019-07-27 14:55:59 +00:00

10 lines
162 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= rockpro64
BOARD_CONFIG= rockpro64-rk3399_defconfig
FAMILY= rk3399
.include "${MASTERDIR}/Makefile"