fix usertrace and genevent for printf alignment
[lttv.git] / tests / kernel / Makefile
index 3adfaf2390e47f604bf137520ece55636174676b..c3b79bce0b9cd94337445a4d2ce40eb1cafc31e1 100644 (file)
@@ -1,19 +1,20 @@
 ifneq ($(KERNELRELEASE),)
 ifneq ($(CONFIG_LTT),)
-       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
+#      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.023379 seconds and 4 git commands to generate.