summaryrefslogtreecommitdiff
path: root/zephyr/shim
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2021-08-30 17:42:00 +0000
committerCommit Bot <commit-bot@chromium.org>2021-08-31 16:56:01 +0000
commit5fa669005c3779b7310bf6bfe43f741a3d8ae871 (patch)
tree076327c058f14bf3dcfea811ca16fc0f1fc3c8e0 /zephyr/shim
parent5a1a08381adff5caee99bdfea8fcb7ca30b31734 (diff)
downloadchrome-ec-5fa669005c3779b7310bf6bfe43f741a3d8ae871.tar.gz
builtin: Add math.h
Add a "math.h" to "builtin" and rename "math.h" in the "core" directories to "fpu.h". "builtin" is the directory containing headers that mirror those in the standard library and is used for device builds. The host builds exclude the "builtin" directory and use the standard library. Without this change, building host tools such as "ectool" and attempting to include "math.h" would result in incorrectly picking up the "math.h" from the device "core" directory, not the standard library version. BRANCH=none BUG=b:144959033 TEST=make buildall Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Id6b2df42cb0ff5ec2cfc07aa8f29861da6804bdf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3130625 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'zephyr/shim')
-rw-r--r--zephyr/shim/include/fpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/shim/include/fpu.h b/zephyr/shim/include/fpu.h
index a66d6a886c..da36f50492 100644
--- a/zephyr/shim/include/fpu.h
+++ b/zephyr/shim/include/fpu.h
@@ -13,7 +13,7 @@
* This file is not called math.h to avoid a conflict with the toolchain's
* built-in version.
*
- * This code is taken from core/cortex-m/include/math.h
+ * This code is taken from core/cortex-m/include/fpu.h
*/
#ifdef CONFIG_PLATFORM_EC_FPU