aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beaglebone/Makefile
blob: a1019f2827bb46cc7adca58e912ca084b35081da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

MASTERDIR=	${.CURDIR}/../u-boot-master

MODEL=		beaglebone
BOARD_CONFIG=	am335x_evm_defconfig
FAMILY=		omap

CONFIG_FRAGMENT=	${.CURDIR}/files/bbb_fragment
FRAGMENT_NAME=		bbb_fragment

.include "${MASTERDIR}/Makefile"