Update readme
[lttng-modules.git] / probes / Makefile
index f4642d5b72d22b26cf89ada925c2ff18282b9929..8e6994a0ffe8a7b5f3bac813a5161e6fd2c30450 100644 (file)
@@ -11,9 +11,15 @@ obj-m += lttng-types.o
 obj-m += lttng-probe-lttng.o
 
 obj-m += lttng-probe-sched.o
-obj-m += lttng-probe-kvm.o
 obj-m += lttng-probe-irq.o
+
+ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),)
 obj-m += lttng-probe-syscalls.o
+endif
+
+ifneq ($(CONFIG_KVM),)
+obj-m += lttng-probe-kvm.o
+endif
 
 ifneq ($(CONFIG_BLOCK),)
 ifneq ($(CONFIG_EVENT_TRACING),)       # need blk_cmd_buf_len
This page took 0.024199 seconds and 4 git commands to generate.