summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beagleboard/Makefile
blob: 612de46ae40a812f598298a723348f232be13cf7 (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=		beagleboard
UBOOT_CONFIG=		omap3_beagle_defconfig
UBOOT_BIN=		u-boot.img
UBOOT_BIN+= 		MLO

PKGREVISION=		1

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