aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2021-02-27 22:26:22 +1300
committerDavid Phillips <david@yeah.nah.nz>2021-02-27 22:26:22 +1300
commiteaba2a7b0658f648bf32219aec0ce827c94333a0 (patch)
tree42f50d2f3c87abfb7af0149430a67afb778fd4f1 /Makefile
parent450829bab633da3bce84a9a0f6857e68e46c7eb4 (diff)
downloadaltimeter-eaba2a7b0658f648bf32219aec0ce827c94333a0.tar.xz
Make timer mandatory for data manager
The NULL check was a bit of a hack to get the test building. Probably a bad idea to leave it around, since there's no time it's sane to leave the timestamps on data manager contexts unset.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 809c153..a1d6ab9 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ TEST_OBJ = \
$(NATIVE_DIR)/test_data_manager.o \
$(NATIVE_DIR)/data_manager.o \
$(NATIVE_DIR)/barometer_sim.o \
+ $(NATIVE_DIR)/timer_linux.o \
$(NATIVE_DIR)/util.o
REAL_OBJ = \