mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
u-boot-master. Upgrade u-boot-master to cope with the allwinner u-boot port's needs for more tools.
10 lines
195 B
Makefile
10 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"
|