X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=probes%2FMakefile;fp=probes%2FMakefile;h=9fbae81f9b357f17bfe54f7e73546273b2c64c3a;hb=d2507215d183300e9933c68a039f3aa07d5a57a4;hp=9a2558b3312dadceb5b56eb362de0b3e7d6bbea1;hpb=a1031097400268ccb8e02855da46a1efeb88ecdc;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 9a2558b3..9fbae81f 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -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 \