X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fkernel%2FMakefile;h=bd2ddc49f9c8d76a8fd2c81632969bc052e0c41c;hb=ad32d9aa2904b1d6a04303e39fb755b4cfb620c9;hp=c3b79bce0b9cd94337445a4d2ce40eb1cafc31e1;hpb=0074825552c18b94ee88a0949f082102c9c7a0d9;p=lttv.git diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile index c3b79bce..bd2ddc49 100644 --- a/tests/kernel/Makefile +++ b/tests/kernel/Makefile @@ -8,13 +8,15 @@ ifneq ($(CONFIG_LTT),) # 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 - obj-m += test-kmalloc.o - obj-m += test-irqdis.o +# 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 +# obj-m += test-kmalloc.o +# obj-m += test-irqdis.o +# obj-m += test-int3.o + obj-m += test-kprobes.o else KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd)