mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
8 lines
140 B
Makefile
8 lines
140 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
# All the dts files for am335x systems we support.
|
||
|
|
DTS= \
|
||
|
|
beaglebone.dts \
|
||
|
|
beaglebone-black.dts
|
||
|
|
|
||
|
|
.include <bsd.dtb.mk>
|