mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
9 lines
163 B
Makefile
9 lines
163 B
Makefile
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= qemu-arm
|
|
BOARD_CONFIG= qemu_arm_defconfig
|
|
FAMILY= qemu
|
|
|
|
UBOOT_PLIST= u-boot.bin
|
|
|
|
.include "${MASTERDIR}/Makefile"
|