instrum size
[lttv.git] / tests / kernel / Makefile
index e971a8855d8d46d1b9cb8016e1ba7010daab5178..a2f40d351b84817fe9eb7a5666141a3a0305bccf 100644 (file)
@@ -1,6 +1,11 @@
 ifneq ($(KERNELRELEASE),)
 ifneq ($(CONFIG_LTT),)
-       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 += ltt-facility-loader-tests.o
+       obj-m += test-time-probe.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.022467 seconds and 4 git commands to generate.