Skip to content

Commit

Permalink
package/linux-tools: perf: Disable shellcheck
Browse files Browse the repository at this point in the history
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/[email protected]

Disable shellcheck since we do not need it at all.

Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
ffainelli authored and jacmet committed Dec 3, 2024
1 parent 773a89d commit 0c44722
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/linux-tools/linux-tool-perf.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ PERF_MAKE_FLAGS = \
NO_LIBPERL=1 \
NO_LIBPYTHON=1 \
NO_LIBBIONIC=1 \
NO_LIBTRACEEVENT=1
NO_LIBTRACEEVENT=1 \
NO_SHELLCHECK=1

# We need to pass an argument to ld for setting the emulation when
# building for MIPS architecture, otherwise the default one will always
Expand Down

0 comments on commit 0c44722

Please sign in to comment.