freebsd-ports/sysutils/u-boot-rpi2/Makefile
Emmanuel Vadot 25cd322adb sysutils/u-boot-*: Update to 2024.01
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2024-01-12 18:08:45 +01:00

14 lines
344 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
WWW= https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
MODEL= rpi2
BOARD_CONFIG= rpi_2_defconfig
FAMILY= rpi
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
CONFIG_FRAGMENT= ${.CURDIR}/files/rpi2_fragment
FRAGMENT_NAME= rpi2_fragment
.include "${MASTERDIR}/Makefile"