fix usertrace and genevent for printf alignment
[lttv.git] / tests / kernel / Makefile
index 894283113f1f01e7cd9a4d7e7580075bede11208..c3b79bce0b9cd94337445a4d2ce40eb1cafc31e1 100644 (file)
@@ -1,10 +1,20 @@
 ifneq ($(KERNELRELEASE),)
 ifneq ($(CONFIG_LTT),)
-       obj-m += ltt-facility-loader-tests.o
-       obj-m += test-time-probe.o 
-       #test-l1-hit-probe.o test-instrument-size-small.o test-instrument-size-med.o test-instrument-size-big.o
+#      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
+       obj-m += test-kmalloc.o
+       obj-m += test-irqdis.o
 else
        KERNELDIR ?= /lib/modules/$(shell uname -r)/build
        PWD := $(shell pwd)
This page took 0.023231 seconds and 4 git commands to generate.