release script
[lttv.git] / tests / kernel / Makefile
index 8ee754f9b275a5fe4f66fc89c579afa7208cbbc8..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
        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.023433 seconds and 4 git commands to generate.