1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

enable sound modules on arm.. This is necessary to get the uaudio

module installed...
This commit is contained in:
John-Mark Gurney 2014-06-02 03:27:33 +00:00
parent 3bd9acafff
commit 13fe9e6cb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266964

View File

@ -778,6 +778,7 @@ _zfs= zfs
.if ${MACHINE_CPUARCH} == "arm"
_cfi= cfi
_cpsw= cpsw
_sound= sound
.endif
.if ${MACHINE_CPUARCH} == "ia64"