freebsd-ports/sysutils/u-boot-qemu-arm/Makefile
Edward Tomasz Napierala 3bf683bf17 Add sysutils/u-boot-qemu-arm: U-Boot build for QEMU
Reviewed by:	manu
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24365
2020-04-10 14:41:12 +00:00

11 lines
176 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= qemu-arm
BOARD_CONFIG= qemu_arm_defconfig
FAMILY= qemu
UBOOT_PLIST= u-boot.bin
.include "${MASTERDIR}/Makefile"