diff options
author | Martin Roth <martinroth@google.com> | 2015-12-07 14:04:27 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-12-08 16:48:17 +0100 |
commit | 3fb73c267c1514dcf79d594559ffb9ecb92f2d5d (patch) | |
tree | 53484fabd6e6703647d534c6b0fe6bc0ec90c878 | |
parent | c989e07fe6d2630613f7047dd2136dfd9926da2e (diff) |
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>
-rw-r--r-- | toolchain.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain.inc b/toolchain.inc index 724658010e..c32550907c 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 |