9 lines
162 B
Makefile
9 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= orangepi-pc
|
|
BOARD_CONFIG= orangepi_pc_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|