Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2015 22:01:58 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r279827 - head/sys/modules
Message-ID:  <201503092201.t29M1whD072355@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Mon Mar  9 22:01:57 2015
New Revision: 279827
URL: https://svnweb.freebsd.org/changeset/base/279827

Log:
  Revert accidentally commited file from r279824.  We're not quite ready to
  enable dtrace module building on all arm platforms yet.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Mar  9 21:58:41 2015	(r279826)
+++ head/sys/modules/Makefile	Mon Mar  9 22:01:57 2015	(r279827)
@@ -686,13 +686,7 @@ _snc=		snc
 .if ${MACHINE_CPUARCH} == "arm"
 _cfi=		cfi
 _cpsw=		cpsw
-.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
-_dtrace=	dtrace
-.endif
 _sound=		sound
-.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
-_opensolaris=	opensolaris
-.endif
 .endif
 
 .if ${MACHINE_CPUARCH} == "powerpc"



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