757091fc57
PR: 227506 Submitted by: Curtis Villamizar
9 lines
172 B
Makefile
9 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= orangepi-pc-plus
|
|
BOARD_CONFIG= orangepi_pc_plus_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|