summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cd2af16ea5..5dc693c793 100644
--- a/Makefile
+++ b/Makefile
@@ -119,9 +119,7 @@ include chip/$(CHIP)/build.mk
# (CC, CPP, CXX, etc.) so that the correct toolchain is used. The CORE variable
# is set in the CHIP build file, so this include must come after including the
# CHIP build file.
-ifneq ($(BOARD), host)
include core/$(CORE)/toolchain.mk
-endif
# Create uppercase config variants, to avoid mixed case constants.
# Also translate '-' to '_', so 'cortex-m' turns into 'CORTEX_M'. This must