freebsd-ports/sysutils/u-boot-chip/Makefile
Warner Losh fb7518f146 Make CHIP a proper slave port of u-boot-master rather than
u-boot-olimex-a20-som-evb. No maintainer was listed. Tweak MODEL to be
chip to match port name.
2017-08-02 16:17:14 +00:00

10 lines
176 B
Makefile

# $FreeBSD$
MAINTAINER= imp@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= chip
BOARD_CONFIG= CHIP_defconfig
FAMILY= allwinner
.include "${MASTERDIR}/Makefile"