summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorYi Chou <yich@google.com>2023-04-01 01:43:53 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-25 13:23:44 +0000
commit80e13ae8a591cd2ab68a77a5b1526d933ec02d33 (patch)
treeadc37a4fb6aee2efd988b67bf58caa9be33134da /test/build.mk
parent438865216dc3e4b7c86da0af5817040b10e78778 (diff)
downloadchrome-ec-80e13ae8a591cd2ab68a77a5b1526d933ec02d33.tar.gz
clock: Add ScopedFastCpu
Add a helper class to scope the range of boosting CPU. BUG=b:248508087 TEST=make V=1 BOARD=bloonchipper -j BRANCH=none Change-Id: Ic3dc59bb71e75aec8efb0eb1f2b035ef2867bd42 Signed-off-by: Yi Chou <yich@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4345046 Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/build.mk b/test/build.mk
index d03ae345cb..2d2f9341a3 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -93,6 +93,7 @@ test-list-host += rsa3
test-list-host += rtc
test-list-host += sbrk
test-list-host += sbs_charging_v2
+test-list-host += scoped_fast_cpu
test-list-host += sha256
test-list-host += sha256_unrolled
test-list-host += shmalloc
@@ -258,6 +259,7 @@ scratchpad-y=scratchpad.o
sbrk-y=sbrk.o
sbs_charging-y=sbs_charging.o
sbs_charging_v2-y=sbs_charging_v2.o
+scoped_fast_cpu-y=scoped_fast_cpu.o
sha256-y=sha256.o
sha256_unrolled-y=sha256.o
shmalloc-y=shmalloc.o