opnsense-ports/sysutils/u-boot-rpi/Makefile
Franco Fichtner ea51541ee8 */*: sync with upstream
Taken from: FreeBSD
2022-09-09 08:39:06 +02:00

16 lines
365 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
PATCHFILES+= 939129/raw
WWW= https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
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"