mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
perf kvm stat: Fix relative paths for including headers
Add an extra "../" to the relative paths so that the uAPI headers
provided by tools can be found correctly.
Fixes: a724a8fce5 ("perf kvm stat: Fix build error")
Reported-by: Namhyung Kim <namhyung@kernel.org>
Suggested-by: Ian Rogers <irogers@google.com>
Signed-off-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
parent
977000589d
commit
06ec44c2aa
|
|
@ -4,9 +4,9 @@
|
|||
#include "../kvm-stat.h"
|
||||
#include "../evsel.h"
|
||||
#include "../env.h"
|
||||
#include "../../arch/x86/include/uapi/asm/svm.h"
|
||||
#include "../../arch/x86/include/uapi/asm/vmx.h"
|
||||
#include "../../arch/x86/include/uapi/asm/kvm.h"
|
||||
#include "../../../arch/x86/include/uapi/asm/svm.h"
|
||||
#include "../../../arch/x86/include/uapi/asm/vmx.h"
|
||||
#include "../../../arch/x86/include/uapi/asm/kvm.h"
|
||||
#include <subcmd/parse-options.h>
|
||||
|
||||
define_exit_reasons_table(vmx_exit_reasons, VMX_EXIT_REASONS);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user