57b037aa2c
This fixes building sysutils/u-boot (the dependency on u-boot-rpi3-32b was wrong as well). Sorry for the short mishap.
7 lines
190 B
Makefile
7 lines
190 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/12/14 10:22:30 khorben Exp $
|
|
|
|
UBOOT_TARGET= rpi3-32
|
|
UBOOT_CONFIG= rpi_3_32b_defconfig
|
|
UBOOT_BIN= u-boot.bin
|
|
|
|
.include "../../sysutils/u-boot/u-boot-arm.mk"
|