mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
12 lines
236 B
Makefile
12 lines
236 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 \
|
|
sinovoip-bpi-m3.dts
|
|
|
|
.include <bsd.dtb.mk>
|