1907015066
u-boot-master. Upgrade u-boot-master to cope with the allwinner u-boot port's needs for more tools.
10 lines
192 B
Makefile
10 lines
192 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= orangepi-one
|
|
BOARD_CONFIG= orangepi_one_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|