summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/binary.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/binary.mk b/core/binary.mk
index 8fddbd767c..0589de0b71 100644
--- a/core/binary.mk
+++ b/core/binary.mk
@@ -1601,6 +1601,8 @@ ifneq (,$(filter 1 true,$(my_tidy_enabled)))
endif
endif
+my_tidy_checks := $(subst $(space),,$(my_tidy_checks))
+
# Move -l* entries from ldflags to ldlibs, and everything else to ldflags
my_ldlib_flags := $(my_ldflags) $(my_ldlibs)
my_ldlibs := $(filter -l%,$(my_ldlib_flags))