mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
8 lines
159 B
Makefile
8 lines
159 B
Makefile
# $FreeBSD$
|
|
# All the dts files for omap4 systems we support.
|
|
DTS= \
|
|
omap4-duovero-parlor.dts \
|
|
omap4-panda.dts \
|
|
omap4-panda-es.dts
|
|
|
|
.include <bsd.dtb.mk>
|