Files
ports/sysutils/u-boot-beaglebone/Makefile
T
2020-06-09 09:40:05 +00:00

15 lines
270 B
Makefile

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