mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
10 lines
187 B
Makefile
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"
|