freebsd-ports/sysutils/u-boot-beaglebone/Makefile
Warner Losh 452874d851 Create a new u-boot-master port to consolidate all different u-boot
ports.  Switch to using my github branch for grabbing ports.  Convert
the Beaglebone family of ports over to using the new setup.
2016-10-26 21:09:18 +00:00

10 lines
189 B
Makefile

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