summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-08-24 16:51:43 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-08-25 21:31:45 +0000
commit70951c9b75bc62bd8cf281b0098dfc9f88ef0ecb (patch)
tree5bfa15d88c01a06aea40b79f8cb41bef70a27853 /Makefile
parent9005ddd4bc79e01206899b31b85fce589dbba0b1 (diff)
downloadchrome-ec-70951c9b75bc62bd8cf281b0098dfc9f88ef0ecb.tar.gz
Cr50: Export toolchain to child $(MAKE) processes
The external libraries need to inherit the tool chain, so they're built with the same tools. BUG=chrome-os-partner:43025 BRANCH=none CQ-DEPEND=CL:295456,CL:295409 TEST=make buildall Change-Id: I8b0b275ec77a003e07481391998961ab421066c8 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/295447 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 339de0b144..9d5437c876 100644
--- a/Makefile
+++ b/Makefile
@@ -192,5 +192,5 @@ libsharedobjs_elf-$(CONFIG_SHAREDLIB) := \
libsharedobjs: $(libsharedobjs-y)
include Makefile.rules
-export CROSS_COMPILE CFLAGS
+export CROSS_COMPILE CFLAGS CC CPP LD NM AR OBJCOPY OBJDUMP
endif # SYMLINK