mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
10 lines
299 B
Makefile
10 lines
299 B
Makefile
# $FreeBSD$
|
|
# All the dts files for Nvidia ARM systems we support.
|
|
.if ${MACHINE_ARCH} == "armv7"
|
|
DTS= tegra124-jetson-tk1-fbsd.dts
|
|
DTS+= tegra124-jetson-tk1.dts
|
|
.elif ${MACHINE_ARCH} == "aarch64"
|
|
DTS= nvidia/tegra210-p2371-2180.dts
|
|
DTS+= nvidia/tegra210-p3450-0000.dts
|
|
.endif
|
|
.include <bsd.dtb.mk>
|