7402330bc4
This is useful for using the camera hardware, as misc/raspberrypi-userland does not support aarch64. Approved by: imp, manu Differential Revision: https://reviews.freebsd.org/D21603
7 lines
126 B
Makefile
7 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
MODEL= rpi3-32
|
|
BOARD_CONFIG= rpi_3_32b_defconfig
|
|
UBOOT_ARCH= arm
|
|
|
|
.include "${.CURDIR}/../u-boot-rpi3/Makefile"
|