freebsd-ports/sysutils/u-boot-beaglebone/Makefile
Emmanuel Vadot 2a38e0aa01 sysutils/u-boot: Update to 2019.04
Beaglebone slave port change its defconfig.
ZYNC related u-boot are broken.
2019-04-10 21:16:47 +00: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"