opnsense-ports/sysutils/u-boot-beaglebone/Makefile
Franco Fichtner 1a595d538a */*: sync with upstream
Taken from: HardenedBSD
2019-04-09 20:50:59 +02:00

12 lines
232 B
Makefile

# $FreeBSD$
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"