summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beaglebonewhite/Makefile
blob: dc7100b8c39e805e7891b107c1aca4b6108b3126 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:44 jmcneill Exp $

UBOOT_TARGET=		beaglebonewhite
UBOOT_CONFIG=		am335x_evm_defconfig
UBOOT_BIN=		u-boot.img
UBOOT_BIN+= 		MLO

PKGREVISION=		1

.include "../../sysutils/u-boot/u-boot-arm.mk"