From: Chris J Arges Date: Fri, 24 Jul 2015 18:18:59 +0000 (-0500) Subject: Fix: disable kvm probe if lapic.h isn't found X-Git-Tag: v2.6.3~6 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=72c452b2064321ae8b511508dbc80a7fd586a656;hp=72c452b2064321ae8b511508dbc80a7fd586a656;p=lttng-modules.git Fix: disable kvm probe if lapic.h isn't found In a typical distribution if just linux-headers is installed, lapic.h will not be installed. We should check if that file exists and not build the module. Signed-off-by: Chris J Arges Signed-off-by: Mathieu Desnoyers ---