forked from Lainports/freebsd-ports
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"
|