X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fkernel%2FMakefile;h=3a16de31606cbc63b4bdf50035057e4c031df5be;hb=97dcdc7c96276f34a126d0485d23c592b77a212e;hp=e971a8855d8d46d1b9cb8016e1ba7010daab5178;hpb=884367fdde7eb9232dab47998c4cad44c28591a1;p=lttv.git diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile index e971a885..3a16de31 100644 --- a/tests/kernel/Makefile +++ b/tests/kernel/Makefile @@ -1,6 +1,8 @@ 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 + #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 endif else