mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
8 lines
147 B
Makefile
8 lines
147 B
Makefile
# $FreeBSD$
|
|
# All the dts files for allwinner systems we support.
|
|
DTS= \
|
|
bananapi.dts \
|
|
cubieboard.dts \
|
|
cubieboard2.dts
|
|
|
|
.include <bsd.dtb.mk>
|