test mark update
[lttv.git] / tests / kernel / Makefile
index bd2ddc49f9c8d76a8fd2c81632969bc052e0c41c..b928b684dea0c8806a605b102a020aa67cf11e80 100644 (file)
@@ -16,7 +16,16 @@ endif
 #      obj-m += test-kmalloc.o
 #      obj-m += test-irqdis.o
 #      obj-m += test-int3.o
-       obj-m += test-kprobes.o
+       #obj-m += test-kprobes.o
+       #obj-m += test-printk.o
+       #obj-m += test-debugfs.o
+       obj-m += test-mark.o
+       obj-m += probe.o
+       #obj-m += marker-loader.o
+       #obj-m += test-linuxtrace.o
+
+       CFLAGS_test-mark-instrumented.o += -DFORCE_MARK_JUMP_INLINE
+       CFLAGS_test-mark.o += -funroll-all-loops
 else
        KERNELDIR ?= /lib/modules/$(shell uname -r)/build
        PWD := $(shell pwd)
This page took 0.027999 seconds and 4 git commands to generate.