opnsense-src/sys/modules/dtb/am335x/Makefile
Emmanuel Vadot 8c000099ec am335x: Add pocketbeagle DTS to the build
U-Boot works for this board since 2018.07 and the DTS is now present
in the tree.
2018-08-15 21:47:03 +00:00

13 lines
285 B
Makefile

# $FreeBSD$
# All the dts files for am335x systems we support.
DTS= \
am335x-bone.dts \
am335x-boneblack.dts \
am335x-boneblack-wireless.dts \
am335x-bonegreen.dts \
am335x-bonegreen-wireless.dts \
am335x-boneblue.dts \
am335x-pocketbeagle.dts \
ufw.dts
.include <bsd.dtb.mk>