test kernel tsc
[lttv.git] / tests / kernel / Makefile
index 3cba56ad6be88d58ac58628c1f7e8b3fa9307f1e..076614691b799ff35406d531549a8d36f0312779 100644 (file)
@@ -8,8 +8,11 @@ ifneq ($(CONFIG_LTT),)
 #      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-debugfs.o
+       obj-m += test-hotplug.o
+       obj-m += rdtsc-smp.o
+#      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
@@ -19,9 +22,9 @@ endif
        #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 += test-irqloop.o
+#      obj-m += test-mark.o
+#      obj-m += probe.o
+#      obj-m += test-irqloop.o
        #obj-m += marker-loader.o
        #obj-m += test-linuxtrace.o
 
This page took 0.042208 seconds and 4 git commands to generate.