mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-15 11:53:53 -09:00
The use of shellcheck within perf is not a functional requirement and it can lead to build failures where the perf makefile attempts to link in empty .shellcheck_log files: https://lore.kernel.org/r/fb078045-dc05-426e-b21e-72ffae3e8e1b@gmail.com Disable shellcheck since we do not need it at all. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>