svn commit: r279827 - head/sys/modules

Ian Lepore ian at FreeBSD.org
Mon Mar 9 22:01:58 UTC 2015


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"


More information about the svn-src-all mailing list