freebsd-ports/sysutils/u-boot-beaglebone/Makefile
Emmanuel Vadot a92d150593 u-boot-*: Remove U_BOOT_SLAVE_PORTREVISION_2021.04
This is not needed anymore as we have 2921.07 now.
2021-07-14 21:24:43 +02:00

10 lines
219 B
Makefile

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"