pkgsrc/sysutils/u-boot-orangepi-plus2e/Makefile
rillig 9cc0c5e45d sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
2019-11-04 21:28:40 +00:00

11 lines
280 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/11/04 21:28:57 rillig Exp $
UBOOT_TARGET= orangepi-plus2e
UBOOT_CONFIG= orangepi_plus2e_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
UBOOT_INSTALLBOOT_PLIST= installboot.plist
PKGREVISION= 4
.include "../../sysutils/u-boot/u-boot-arm.mk"