pkgsrc/sysutils/u-boot-nanopi-m1/Makefile
jmcneill 0f95da1224 Initial import of u-boot-nanopi-m1 version 2017.11.
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the FriendlyARM NanoPi M1.
2017-12-21 11:46:47 +00:00

7 lines
208 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/12/21 11:46:47 jmcneill Exp $
UBOOT_TARGET= nanopi-m1
UBOOT_CONFIG= nanopi_m1_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
.include "../../sysutils/u-boot/u-boot-arm.mk"