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"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to