10 lines
207 B
Makefile
10 lines
207 B
Makefile
# Created by: Jov <amutu@amutu.com>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= orangepi-plus-2e
|
|
BOARD_CONFIG= orangepi_plus2e_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|