Instrument x86_irq_vectors
[lttng-modules.git] / probes / Makefile
index 9a2558b3312dadceb5b56eb362de0b3e7d6bbea1..9fbae81f9b357f17bfe54f7e73546273b2c64c3a 100644 (file)
@@ -48,6 +48,13 @@ endif
 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
+endif
+
 obj-m +=  $(shell \
        if [ $(VERSION) -ge 3 \
                -o \( $(VERSION) -eq 2 -a $(PATCHLEVEL) -ge 6 -a $(SUBLEVEL) -ge 33 \) ] ; then \
This page took 0.023127 seconds and 4 git commands to generate.