update probe
[lttv.git] / tests / kernel / Makefile
index 60b38403c5a316fdf66a3a1de0726f0237229684..1b71f9362c626294854d7d1394dcd90f791e62c5 100644 (file)
@@ -20,9 +20,13 @@ endif
        #obj-m += test-printk.o
        #obj-m += test-debugfs.o
        obj-m += test-mark.o
+       obj-m += test-mark-instrumented.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.022174 seconds and 4 git commands to generate.