X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FKbuild;h=d0e41b3e0f35e5e8cc6bcb335668dbd132b5d8f9;hb=0155bce179eec75e9dc51ae27f1559242626b8ff;hp=dfd0de12e116ea0e972df0c5fe909b9287ba4b13;hpb=e96d6e063c1b1de409d2ebd500580a75bdddc83a;p=lttng-modules.git diff --git a/probes/Kbuild b/probes/Kbuild index dfd0de12..d0e41b3e 100644 --- a/probes/Kbuild +++ b/probes/Kbuild @@ -41,7 +41,8 @@ ifneq ($(CONFIG_KVM),) kvm_dep_emulate_wildcard = $(wildcard $(kvm_dep_emulate)) kvm_dep_emulate_check = $(shell \ if [ \( $(VERSION) -ge 6 \ - -o \( $(VERSION) -eq 5 -a $(PATCHLEVEL) -eq 7 \) \) -a \ + -o \( $(VERSION) -eq 5 -a $(PATCHLEVEL) -eq 7 \) \ + -o \( $(VERSION) -eq 4 -a $(PATCHLEVEL) -eq 18 -a $(RHEL_API_VERSION) -ge 2400000 \) \) -a \ -z "$(kvm_dep_emulate_wildcard)" ] ; then \ echo "warn" ; \ else \