Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2007 21:25:46 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131907 for review
Message-ID:  <200712282125.lBSLPkxw093885@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131907

Change 131907 by jb@jb_freebsd1 on 2007/12/28 21:24:55

	Hook in the cyclic_test module.
	
	We probably should have a way to optionally build test modules.
	They aren't required all the time and we probably shouldn't
	ship them in /boot/kernel.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/Makefile#32 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/Makefile#32 (text+ko) ====

@@ -66,6 +66,7 @@
 	${_cx} \
 	cxgb \
 	${_cyclic} \
+	${_cyclic_test} \
 	dc \
 	dcons \
 	dcons_crom \
@@ -506,6 +507,7 @@
 _coretemp=	coretemp
 _cpufreq=	cpufreq
 _cyclic=	cyclic
+_cyclic_test=	cyclic_test
 _digi=		digi
 _drm=		drm
 _ed=		ed



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