mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-12 15:22:38 -04: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user