9cc0c5e45d
pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
11 lines
287 B
Makefile
11 lines
287 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/11/04 21:28:53 rillig Exp $
|
|
|
|
UBOOT_TARGET= a20-olinuxino-lime2
|
|
UBOOT_CONFIG= A20-OLinuXino-Lime2_defconfig
|
|
UBOOT_BIN= u-boot-sunxi-with-spl.bin
|
|
|
|
UBOOT_INSTALLBOOT_PLIST= installboot.plist
|
|
|
|
PKGREVISION= 1
|
|
|
|
.include "../../sysutils/u-boot/u-boot-arm.mk"
|