]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/dtb/am335x/Makefile
MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followups
[FreeBSD/FreeBSD.git] / sys / modules / dtb / am335x / Makefile
1 # $FreeBSD$
2 # All the dts files for am335x systems we support.
3 DTS=    \
4         am335x-bone.dts \
5         am335x-boneblack.dts \
6         am335x-bonegreen.dts \
7         ufw.dts
8
9 LINKS= \
10         ${DTBDIR}/am335x-bone.dtb ${DTBDIR}/beaglebone.dtb \
11         ${DTBDIR}/am335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb
12
13 .include <bsd.dtb.mk>