mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a dtb module for AM335x systems (just Beaglebone right now).
This commit is contained in:
parent
eb96dc3336
commit
7115aa8d18
2 changed files with 13 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
7
sys/modules/dtb/am335x/Makefile
Normal file
7
sys/modules/dtb/am335x/Makefile
Normal 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>
|
||||
Loading…
Reference in a new issue