mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
13 lines
242 B
Makefile
13 lines
242 B
Makefile
# $FreeBSD$
|
|
# DTS files for the Raspberry Pi-B
|
|
.if ${MACHINE_ARCH:Marmv[67]*} != ""
|
|
DTSO= \
|
|
spigen-rpi-b.dtso \
|
|
spigen-rpi2.dtso
|
|
.elif ${MACHINE_ARCH} == "aarch64"
|
|
DTSO= \
|
|
spigen-rpi3.dtso \
|
|
spigen-rpi4.dtso
|
|
.endif
|
|
|
|
.include <bsd.dtb.mk>
|