mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
497e832205
Since allwinner targets is now present in 2.1 track the same version as the atf-master port.
9 lines
116 B
Makefile
9 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../atf-master
|
|
|
|
PLAT= sun50i_a64
|
|
BL31= bl31.bin
|
|
|
|
.include "${MASTERDIR}/Makefile"
|