mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
25cd322adb
Sponsored by: Beckhoff Automation GmbH & Co. KG
16 lines
339 B
Makefile
16 lines
339 B
Makefile
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/
|
|
|
|
MODEL= rpi4
|
|
BOARD_CONFIG= rpi_4_defconfig
|
|
FAMILY= rpi
|
|
UBOOT_ARCH= aarch64
|
|
|
|
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
|
|
|
|
CONFIG_FRAGMENT= ${.CURDIR}/files/rpi4_fragment
|
|
FRAGMENT_NAME= rpi4_fragment
|
|
|
|
.include "${MASTERDIR}/Makefile"
|