mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
a92d150593
This is not needed anymore as we have 2921.07 now.
15 lines
306 B
Makefile
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"
|