freebsd-ports/sysutils/u-boot-beaglebone/Makefile
Mark Linimon 5de86cd23e Consolidate maintainership of various u-boot ports under u-boot@.
Submitted by:		manu
Differential Revision:	D15884
2018-06-18 20:22:13 +00:00

9 lines
161 B
Makefile

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