Reviewed by: manu Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24365
11 lines
176 B
Makefile
11 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= qemu-arm
|
|
BOARD_CONFIG= qemu_arm_defconfig
|
|
FAMILY= qemu
|
|
|
|
UBOOT_PLIST= u-boot.bin
|
|
|
|
.include "${MASTERDIR}/Makefile"
|