aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-rpi-0-w/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/u-boot-rpi-0-w/Makefile')
-rw-r--r--sysutils/u-boot-rpi-0-w/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/u-boot-rpi-0-w/Makefile b/sysutils/u-boot-rpi-0-w/Makefile
new file mode 100644
index 000000000000..22e73cc4c574
--- /dev/null
+++ b/sysutils/u-boot-rpi-0-w/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+PATCHFILES+= 937869/raw \
+ 939129/raw
+
+MODEL= rpi-0-w
+BOARD_CONFIG= rpi_0_w_defconfig
+FAMILY= rpi
+
+DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
+
+CONFIG_FRAGMENT= ${.CURDIR}/files/rpi_0_w_fragment
+FRAGMENT_NAME= rpi_0_w_fragment
+
+.include "${MASTERDIR}/Makefile"