2254c7c071
Reviewed by: manu, imp, lwhsu Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D16390
9 lines
162 B
Makefile
9 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= orangepi_r1
|
|
BOARD_CONFIG= orangepi_r1_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|