summaryrefslogtreecommitdiff
path: root/mk/custom-settings.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/custom-settings.mk')
-rw-r--r--mk/custom-settings.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/custom-settings.mk b/mk/custom-settings.mk
index e5e564ca00..f59a208388 100644
--- a/mk/custom-settings.mk
+++ b/mk/custom-settings.mk
@@ -5,7 +5,7 @@ ifeq "$(Validating)" "YES"
include mk/validate-settings.mk
-include mk/validate.mk
else
--include $(firstword $(wildcard mk/$(GlobalCrossCompilePrefix)build.mk) mk/build.mk)
+-include $(firstword $(wildcard mk/$(TargetPlatformFull)-build.mk) mk/build.mk)
endif
ifeq "$(BINDIST)" "YES"