summaryrefslogtreecommitdiff
path: root/Makefile.toolchain
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2019-10-24 15:08:59 -0600
committerJack Rosenthal <jrosenth@chromium.org>2019-10-25 02:48:19 +0000
commited997d3802c4bf5c2ef42938af1dd8c72c09de65 (patch)
tree02c8b832b55c5b6b34bffeb4649a73189ed69db8 /Makefile.toolchain
parent16275bb36d338dd952b9312450c0cee110d5468c (diff)
downloadchrome-ec-ed997d3802c4bf5c2ef42938af1dd8c72c09de65.tar.gz
host: remove leftovers from using system clock in tests
There was some leftover constants and a #include we are no longer using due to using a monotonic counter, clean it up. BUG=chromium:1013701 BRANCH=none TEST=buildall Change-Id: Ieeb130aef9ee89d65459f52c8f34753c30c3c388 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1879335 Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'Makefile.toolchain')
-rw-r--r--Makefile.toolchain1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.toolchain b/Makefile.toolchain
index 49a453d1a0..f7ae354b10 100644
--- a/Makefile.toolchain
+++ b/Makefile.toolchain
@@ -62,7 +62,6 @@ CFLAGS_TEST=$(if $(TEST_BUILD),-DTEST_BUILD=$(EMPTY) \
-DTEST_TASKFILE=$(PROJECT).tasklist,) \
$(if $(CTS_MODULE), $(CFLAGS_CTS)) \
$(if $(EMU_BUILD),-DEMU_BUILD=$(EMPTY)) \
- $(if $($(PROJECT)-scale),-DTEST_TIME_SCALE=$($(PROJECT)-scale)) \
-DTEST_$(PROJECT)=$(EMPTY) -DTEST_$(UC_PROJECT)=$(EMPTY) \
$(if $(TEST_ASAN),-fsanitize=address) \
$(if $(TEST_MSAN),-fsanitize=memory) \