From 13fe9e6cb1f28442ac43393fa9331d6a97db1ee8 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 2 Jun 2014 03:27:33 +0000 Subject: [PATCH] enable sound modules on arm.. This is necessary to get the uaudio module installed... --- sys/modules/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 330c68622f5..5518e4397f4 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -778,6 +778,7 @@ _zfs= zfs .if ${MACHINE_CPUARCH} == "arm" _cfi= cfi _cpsw= cpsw +_sound= sound .endif .if ${MACHINE_CPUARCH} == "ia64"