freebsd-ports/sysutils/u-boot-firefly-rk3399/Makefile
Emmanuel Vadot 015935af60 sysutils/u-boot-firefly-rk3399: Bump portrevision as we now use miniloader
Since we now use the miniloader instead of SPL bump portrevision for this port.
2019-07-27 14:57:25 +00:00

13 lines
236 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2019.07= 1
MODEL= firefly-rk3399
BOARD_CONFIG= firefly-rk3399_defconfig
FAMILY= rk3399
UBOOT_EXTRA_TARGETS= u-boot.itb
.include "${MASTERDIR}/Makefile"