ports/sysutils/u-boot-qemu-arm64/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

10 lines
187 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= qemu-arm64
BOARD_CONFIG= qemu_arm64_defconfig
FAMILY= qemu
UBOOT_ARCH= aarch64
UBOOT_PLIST= u-boot.bin
.include "${MASTERDIR}/Makefile"