Add a dtb module for AM335x systems (just Beaglebone right now).

This commit is contained in:
Ian Lepore 2015-03-09 21:50:10 +00:00
parent eb96dc3336
commit 7115aa8d18
2 changed files with 13 additions and 0 deletions

View file

@ -686,7 +686,13 @@ _snc= snc
.if ${MACHINE_CPUARCH} == "arm"
_cfi= cfi
_cpsw= cpsw
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_dtrace= dtrace
.endif
_sound= sound
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_opensolaris= opensolaris
.endif
.endif
.if ${MACHINE_CPUARCH} == "powerpc"

View file

@ -0,0 +1,7 @@
# $FreeBSD$
# All the dts files for am335x systems we support.
DTS= \
beaglebone.dts \
beaglebone-black.dts
.include <bsd.dtb.mk>