8 lines
217 B
Makefile
8 lines
217 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/08/12 07:25:59 wiz Exp $
|
|
|
|
UBOOT_TARGET= rpi3-32
|
|
UBOOT_CONFIG= rpi_3_32b_defconfig
|
|
UBOOT_BIN= u-boot.bin
|
|
|
|
.include "../../sysutils/u-boot/u-boot-arm.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|