summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
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 b9e54574e4..4011fa455b 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -88,6 +88,7 @@ test-list-host += utils
test-list-host += utils_str
test-list-host += vboot
test-list-host += x25519
+test-list-host += stillness_detector
endif
aes-y=aes.o
@@ -171,6 +172,7 @@ vboot-y=vboot.o
float-y=fp.o
fp-y=fp.o
x25519-y=x25519.o
+stillness_detector-y=stillness_detector.o
TPM2_ROOT := $(CROS_WORKON_SRCROOT)/src/third_party/tpm2
$(out)/RO/common/new_nvmem.o: CFLAGS += -I$(TPM2_ROOT) -I chip/g