Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2014 03:27:33 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266964 - head/sys/modules
Message-ID:  <201406020327.s523RXst049723@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406020327.s523RXst049723>