freebsd-ports/sysutils/u-boot-clearfog/Makefile
Emmanuel Vadot 411c6a05f9 New port: sysutils/u-boot-clearfog
This is the U-Boot bootloader for the SolidRun ClearFog Pro.

Submitted by:	ml@vishwin.info
Differential Revision:	https://reviews.freebsd.org/D19230
2019-02-18 15:01:50 +00:00

9 lines
156 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= clearfog
BOARD_CONFIG= clearfog_defconfig
FAMILY= armada38x
.include "${MASTERDIR}/Makefile"