perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h when...
authorLeo Yan <leo.yan@linaro.org>
Thu, 11 Aug 2022 22:06:38 +0000 (19:06 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 11 Aug 2022 22:11:36 +0000 (19:11 -0300)
commit4a88c4ec3c2c6743cc4424b51e66a0c034afe507
treeff33ee51a7735542ea2c53c9bb0d1bb3db3963e0
parent53e76d35f797b2975ad9b2934e668e59abba1f10
perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h when building arm_spe.h

This cures a current problem where tools/perf/util/arm-spe.c isn't
finding a ARM64 specific asm header, so lets add it for now to make
progress.

Adding a .o specific rule seems clunky, lets try and find if this is
really the right solution.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
Reported-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: James Morse <james.morse@arm.com>
Link: https://lore.kernel.org/lkml/20220811124825.GA868014@leoy-huanghe.lan
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/Build