summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beaglebonewhite/Makefile
blob: 118a7be89109343b580ef679c54e03fdbc8a0466 (plain)
1
2
3
4
5
6
7
8
# $NetBSD: Makefile,v 1.1 2017/08/26 18:35:33 sevan Exp $

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

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