mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
17 lines
342 B
Makefile
17 lines
342 B
Makefile
# $FreeBSD$
|
|
# All the dts files for allwinner systems we support.
|
|
DTS= \
|
|
bananapi.dts \
|
|
bananapim2.dts \
|
|
cubieboard.dts \
|
|
cubieboard2.dts \
|
|
nanopi-neo.dts \
|
|
olimex-a20-som-evb.dts \
|
|
olinuxino-lime.dts \
|
|
orangepi-plus-2e.dts \
|
|
pcduino3.dts \
|
|
sinovoip-bpi-m3.dts \
|
|
sun5i-a13-olinuxino.dts \
|
|
sun5i-r8-chip.dts
|
|
|
|
.include <bsd.dtb.mk>
|