mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
97dfdb9cd8
This removes a lot of local patches Approved by: bapt (mentor, implicit)
17 lines
323 B
Makefile
17 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
PATCHFILES+= 939129/raw
|
|
|
|
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"
|