summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2021-11-23 14:43:07 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-10-21 00:10:31 +0000
commit12e1ed299bf8a1323702fe44cff6a16c36a5d644 (patch)
tree1ddebbc44337f4e424f18216eb8c9d7842579b7b /Makefile
parentba83e48f20a8f9cc4ffaabbff3e69fb33dbe1141 (diff)
downloadchrome-ec-12e1ed299bf8a1323702fe44cff6a16c36a5d644.tar.gz
Add ability to get struct offsets for use in assembly
BRANCH=none BUG=b:172020503 TEST=Using https://crrev.com/c/3299275: make BOARD=discovery-stm32f072 -j manually inspect generated file: build/discovery-stm32f072/RW/core/cortex-m0/asm_offsets.h Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I6c5a982a88ed1e77f8e98b9a0a451d52d5c03a87 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3299274 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 065747c017..a8b282c613 100644
--- a/Makefile
+++ b/Makefile
@@ -272,6 +272,7 @@ else
include libc/build.mk
endif
include chip/$(CHIP)/build.mk
+include core/build.mk
include core/$(CORE)/build.mk
include common/build.mk
include driver/build.mk