summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beaglebone/Makefile
blob: b111e31c032feffd3fbdd5ec0dd34c806bdc206b (plain)
1
2
3
4
5
6
7
8
9
10
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"