mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
1907015066
u-boot-master. Upgrade u-boot-master to cope with the allwinner u-boot port's needs for more tools.
11 lines
195 B
Makefile
11 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= pcduino3
|
|
BOARD_CONFIG= Linksprite_pcDuino3_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|