mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
13 lines
296 B
Makefile
13 lines
296 B
Makefile
# $FreeBSD$
|
|
# All the dts files for am335x systems we support.
|
|
DTS= \
|
|
am335x-bone.dts \
|
|
am335x-boneblack.dts \
|
|
am335x-bonegreen.dts \
|
|
ufw.dts
|
|
|
|
LINKS= \
|
|
${DTBDIR}/am335x-bone.dtb ${DTBDIR}/beaglebone.dtb \
|
|
${DTBDIR}/am335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb
|
|
|
|
.include <bsd.dtb.mk>
|