Re: [PATCH RESEND] tools/build: drop slang include path in test-all
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2021-10-25 17:45:24
Also in:
lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2021-10-25 17:45:24
Also in:
lkml
On 10/25/21 10:23 AM, John Keeping wrote:
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> -- Florian