instrum size
[lttv.git] / tests / kernel / Makefile
index cc8bd836ee4f55262d28541fbe61166c4f1dfd31..a2f40d351b84817fe9eb7a5666141a3a0305bccf 100644 (file)
@@ -2,7 +2,10 @@ ifneq ($(KERNELRELEASE),)
 ifneq ($(CONFIG_LTT),)
        obj-m += ltt-facility-loader-tests.o
        obj-m += test-time-probe.o 
-       #test-l1-hit-probe.o test-int-response.o test-instrument-size-small.o test-instrument-size-med.o test-instrument-size-big.o test-time-precision.o
+       obj-m += test-instrument-size-small.o
+       obj-m += test-instrument-size-med.o
+       obj-m += test-instrument-size-big.o
+       #test-l1-hit-probe.o
 endif
 
 else
This page took 0.022948 seconds and 4 git commands to generate.