userspace markers initial code
[lttv.git] / tests / kernel / Makefile
index 6c840fee538883e5488dad9709a1617adfa43ab5..7e01551c6393d131fa022994408a694c4979eff8 100644 (file)
@@ -12,9 +12,12 @@ ifneq ($(CONFIG_LTT),)
        #obj-m += ltt-probe-tests.o
        #obj-m += test-time-probe3.o
 endif
-       obj-m += test-slub.o
-       obj-m += test-slub2.o
-       obj-m += test-showval.o
+       obj-m += test-sys_call.o
+#      obj-m += test-bug.o
+       obj-m += test-mark-speed.o
+       #obj-m += test-slub.o
+       #obj-m += test-slub2.o
+       #obj-m += test-showval.o
        #obj-m += cond_call.o
        #obj-m += cond_call2.o
 #      obj-m += test-irq-latency.o
@@ -41,8 +44,8 @@ endif
        #obj-m += test-ser.o
 #      obj-m += test-cmpxchg.o
 #      obj-m += test-cmpxchg-nolock.o
-       obj-m += test-cmpxchg-nolock2.o
-       obj-m += test-cmpxchg8b.o
+       #obj-m += test-cmpxchg-nolock2.o
+       #obj-m += test-cmpxchg8b.o
 #      obj-m += test-spinlock.o
 #      obj-m += test-inc.o
 #      obj-m += test-inc-nolock.o
This page took 0.022619 seconds and 4 git commands to generate.