release script
[lttv.git] / tests / kernel / Makefile
index a2f40d351b84817fe9eb7a5666141a3a0305bccf..3adfaf2390e47f604bf137520ece55636174676b 100644 (file)
@@ -2,11 +2,17 @@ ifneq ($(KERNELRELEASE),)
 ifneq ($(CONFIG_LTT),)
        obj-m += ltt-facility-loader-tests.o
        obj-m += test-time-probe.o 
+       obj-m += test-time-probe2.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
+       obj-m += test-printk-effect.o
 endif
+       obj-m += test-cmpxchg.o
+       obj-m += test-cmpxchg-nolock.o
+       obj-m += test-spinlock.o
+       obj-m += test-inc.o
+       obj-m += test-inc-nolock.o
 
 else
        KERNELDIR ?= /lib/modules/$(shell uname -r)/build
This page took 0.024239 seconds and 4 git commands to generate.