freebsd-ports/sysutils/u-boot-riotboard/Makefile

11 lines
197 B
Makefile
Raw Normal View History

MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= riotboard
BOARD_CONFIG= riotboard_defconfig
FAMILY= imx6
UBOOT_PLIST= u-boot.imx
2021-07-07 13:20:59 +02:00
UBOOT_EXTRA_TARGETS= u-boot.imx
.include "${MASTERDIR}/Makefile"