pkgsrc/sysutils/u-boot-rpi3-32/Makefile
khorben 57b037aa2c sysutils/u-boot-rpi3-32: Use a directory of the right name
This fixes building sysutils/u-boot (the dependency on u-boot-rpi3-32b was
wrong as well).

Sorry for the short mishap.
2019-12-14 10:22:30 +00:00

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"