1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/u-boot-rpi/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

15 lines
306 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
PATCHFILES+= 939129/raw
MODEL= rpi
BOARD_CONFIG= rpi_defconfig
FAMILY= rpi
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
CONFIG_FRAGMENT= ${.CURDIR}/files/rpi_fragment
FRAGMENT_NAME= rpi_fragment
.include "${MASTERDIR}/Makefile"