Instrument x86 page faults
[lttng-modules.git] / probes / Makefile
index 9fbae81f9b357f17bfe54f7e73546273b2c64c3a..8a068c16813c10f77b109146a6b2a3db581d428d 100644 (file)
@@ -49,10 +49,17 @@ endif
 endif
 
 ifneq ($(CONFIG_X86),)
+
 x86_irq_vectors_dep = $(srctree)/arch/x86/include/asm/trace/irq_vectors.h
 ifneq ($(wildcard $(x86_irq_vectors_dep)),)
 obj-m += lttng-probe-x86-irq-vectors.o
 endif
+
+x86_exceptions_dep = $(srctree)/arch/x86/include/asm/trace/exceptions.h
+ifneq ($(wildcard $(x86_exceptions_dep)),)
+obj-m += lttng-probe-x86-exceptions.o
+endif
+
 endif
 
 obj-m +=  $(shell \
This page took 0.027268 seconds and 4 git commands to generate.