mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
14 lines
279 B
Makefile
14 lines
279 B
Makefile
# $FreeBSD$
|
|
# All the dts files for allwinner systems we support.
|
|
DTS= \
|
|
bananapi.dts \
|
|
bananapim2.dts \
|
|
cubieboard.dts \
|
|
cubieboard2.dts \
|
|
olimex-a20-som-evb.dts \
|
|
olinuxino-lime.dts \
|
|
pcduino3.dts \
|
|
sinovoip-bpi-m3.dts \
|
|
sun5i-a13-olinuxino.dts
|
|
|
|
.include <bsd.dtb.mk>
|