summaryrefslogtreecommitdiffstats
path: root/toolchain.inc
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-12-07 14:04:27 -0700
committerMartin Roth <martinroth@google.com>2015-12-08 16:48:17 +0100
commit3fb73c267c1514dcf79d594559ffb9ecb92f2d5d (patch)
tree53484fabd6e6703647d534c6b0fe6bc0ec90c878 /toolchain.inc
parentc989e07fe6d2630613f7047dd2136dfd9926da2e (diff)
downloadcoreboot-3fb73c267c1514dcf79d594559ffb9ecb92f2d5d.tar.gz
coreboot-3fb73c267c1514dcf79d594559ffb9ecb92f2d5d.tar.bz2
coreboot-3fb73c267c1514dcf79d594559ffb9ecb92f2d5d.zip
toolchain.inc: fix typo
Change-Id: I6336881f0ec3568e14c03c55c7c060eba9f4be53 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12675 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'toolchain.inc')
-rw-r--r--toolchain.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain.inc b/toolchain.inc
index 724658010ebd..c32550907cce 100644
--- a/toolchain.inc
+++ b/toolchain.inc
@@ -146,7 +146,7 @@ $(eval $(call toolchain_to_dir))
$(call init_stages)
-# Test for coreboot toolchain (except when explicitely not requested)
+# Test for coreboot toolchain (except when explicitly not requested)
ifneq ($(NOCOMPILE),1)
# only run if we're doing a build (not for tests, kconfig, ...), using gcc
# rationale: gcc versions by Linux distributions tend to be quite messed up