X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fkernel%2FMakefile;h=1d947906b9dd201ec0c3bf62aaceea84688d23e2;hb=3ff6a8be631760f17c86e3a737839ea530c9dfea;hp=23b718bd0ca473171e914769025a39a4e86f1f28;hpb=a6f78e03d6bf08862b05dcc7a1329df458a8b26e;p=lttv.git diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile index 23b718bd..1d947906 100644 --- a/tests/kernel/Makefile +++ b/tests/kernel/Makefile @@ -9,9 +9,12 @@ ifneq ($(CONFIG_LTT),) # obj-m += test-printk-effect.o endif obj-m += test-debugfs.o +# obj-m += test-mod.o +# obj-m += atomic-pIII-cmx.o obj-m += test-hotplug.o obj-m += rdtsc-smp.o obj-m += test-local.o + obj-m += test-ser.o # obj-m += test-cmpxchg.o # obj-m += test-cmpxchg-nolock.o # obj-m += test-spinlock.o @@ -23,7 +26,8 @@ endif #obj-m += test-kprobes.o #obj-m += test-printk.o #obj-m += test-debugfs.o -# obj-m += test-mark.o + obj-m += test-mark.o + obj-m += test-markxmc.o # obj-m += probe.o # obj-m += test-irqloop.o #obj-m += marker-loader.o