summaryrefslogtreecommitdiff
path: root/core/nds32/build.mk
diff options
context:
space:
mode:
authorDino Li <dino.li@ite.com.tw>2015-08-14 17:24:34 +0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-08-14 14:34:26 +0000
commit26984c7de4ac14347e8395e6e111677a707807f2 (patch)
treee5f0b58ea5ea0175c44c4dc39026a7644819172e /core/nds32/build.mk
parent68088eb93fe2d275b4347ac25479d6b6cce52dd9 (diff)
downloadchrome-ec-26984c7de4ac14347e8395e6e111677a707807f2.tar.gz
it8380dev: add __muldi3.S
symptom: Enable debugging and profiling statistics for hook functions (#define CONFIG_HOOK_DEBUG), and __muldi3 function is missing while link. Signed-off-by: Dino Li <dino.li@ite.com.tw> BRANCH=none BUG=none TEST=1. compile successful and hook_notify starting to print message. 2. console "hookstats" Change-Id: Ia2815bcefd0f9ac06dab9c75ea6ee06312878ca2 Reviewed-on: https://chromium-review.googlesource.com/293432 Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Dino Li <dino.li@ite.com.tw> Tested-by: Dino Li <dino.li@ite.com.tw>
Diffstat (limited to 'core/nds32/build.mk')
-rw-r--r--core/nds32/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/nds32/build.mk b/core/nds32/build.mk
index df89e3c8ac..d35f7d455e 100644
--- a/core/nds32/build.mk
+++ b/core/nds32/build.mk
@@ -12,4 +12,4 @@ CROSS_COMPILE?=nds32le-cros-elf-
# CPU specific compilation flags
CFLAGS_CPU+=-march=v3m -Os
-core-y=cpu.o init.o panic.o task.o switch.o
+core-y=cpu.o init.o panic.o task.o switch.o __muldi3.o