opnsense-ports/sysutils/u-boot-beaglebone/Makefile
Franco Fichtner 476fd92714 */*: sync with upstream
Taken from: HardenedBSD
2018-08-11 10:19:35 +02:00

12 lines
238 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= beaglebone
BOARD_CONFIG= am335x_boneblack_defconfig
FAMILY= omap
CONFIG_FRAGMENT= ${.CURDIR}/files/bbb_fragment
FRAGMENT_NAME= bbb_fragment
.include "${MASTERDIR}/Makefile"