aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2014-06-02 03:27:33 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2014-06-02 03:27:33 +0000
commit13fe9e6cb1f28442ac43393fa9331d6a97db1ee8 (patch)
tree8cd7634948bc93e3f5fb07e5c8ff3d818364ad86 /sys
parent3bd9acafff0d0eaad0067ee32187ad84dee353de (diff)
downloadsrc-13fe9e6cb1f28442ac43393fa9331d6a97db1ee8.tar.gz
src-13fe9e6cb1f28442ac43393fa9331d6a97db1ee8.zip
enable sound modules on arm.. This is necessary to get the uaudio
module installed...
Notes
Notes: svn path=/head/; revision=266964
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 330c68622f5a..5518e4397f4c 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"