svn commit: r266964 - head/sys/modules

John-Mark Gurney jmg at FreeBSD.org
Mon Jun 2 03:27:33 UTC 2014


Author: jmg
Date: Mon Jun  2 03:27:33 2014
New Revision: 266964
URL: http://svnweb.freebsd.org/changeset/base/266964

Log:
  enable sound modules on arm..  This is necessary to get the uaudio
  module installed...

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Jun  2 03:07:16 2014	(r266963)
+++ head/sys/modules/Makefile	Mon Jun  2 03:27:33 2014	(r266964)
@@ -778,6 +778,7 @@ _zfs=		zfs
 .if ${MACHINE_CPUARCH} == "arm"
 _cfi=		cfi
 _cpsw=		cpsw
+_sound=		sound
 .endif
 
 .if ${MACHINE_CPUARCH} == "ia64"


More information about the svn-src-head mailing list