PERFORCE change 131907 for review

John Birrell jb at FreeBSD.org
Fri Dec 28 13:25:47 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131907

Change 131907 by jb at 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


More information about the p4-projects mailing list