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

View File

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