opnsense-ports/sysutils/u-boot-beaglebone/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

13 lines
258 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= beaglebone
BOARD_CONFIG= am335x_evm_defconfig
FAMILY= omap
U_BOOT_SLAVE_PORTREVISION_2020.04= 1
CONFIG_FRAGMENT= ${.CURDIR}/files/bbb_fragment
FRAGMENT_NAME= bbb_fragment
.include "${MASTERDIR}/Makefile"