mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
cf118ccf87
Reported by: lwhsu
9 lines
172 B
Makefile
9 lines
172 B
Makefile
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= qemu-riscv64
|
|
BOARD_CONFIG= qemu-riscv64_smode_defconfig
|
|
FAMILY= qemu
|
|
UBOOT_ARCH= riscv64
|
|
|
|
.include "${MASTERDIR}/Makefile"
|