Re: [PATCH RESEND] tools/build: drop slang include path in test-all
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-10-26 14:25:28
Also in:
lkml
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-10-26 14:25:28
Also in:
lkml
Em Mon, Oct 25, 2021 at 10:45:17AM -0700, Florian Fainelli escreveu:
On 10/25/21 10:23 AM, John Keeping wrote:quoted
Commit cbefd24f0aee3 ("tools build: Add test to check if slang.h is in /usr/include/slang/") added a proper test to check whether slang.h is in a subdirectory, and commit 1955c8cf5e26b ("perf tools: Don't hardcode host include path for libslang") removed the include path for test-libslang.bin but missed test-all.bin. Apply the same change to test-all.bin. Fixes: 1955c8cf5e26 ("perf tools: Don't hardcode host include path for libslang") Signed-off-by: John Keeping <redacted>Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Thanks, applied. - Arnaldo