summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-23 16:13:11 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-23 16:13:11 -0400
commit8f6cd8b29062622095c489235061287f13e74dda (patch)
treec7087e2deae1c7b093b83d8ed8f6b9d7bf76057f /make.mk
parentf1a706792e995f45b6b6f2ef70b2318253002249 (diff)
downloadSensor-Watch-8f6cd8b29062622095c489235061287f13e74dda.tar.gz
Sensor-Watch-8f6cd8b29062622095c489235061287f13e74dda.tar.bz2
Sensor-Watch-8f6cd8b29062622095c489235061287f13e74dda.zip
move weekday lookup to new utilities file
Diffstat (limited to 'make.mk')
-rw-r--r--make.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.mk b/make.mk
index 1c2a72f4..c9ef6534 100644
--- a/make.mk
+++ b/make.mk
@@ -81,6 +81,7 @@ SRCS += \
$(TOP)/watch-library/watch/watch_i2c.c \
$(TOP)/watch-library/watch/watch_uart.c \
$(TOP)/watch-library/watch/watch_deepsleep.c \
+ $(TOP)/watch-library/watch/watch_utility.c \
$(TOP)/watch-library/watch/watch_private.c \
$(TOP)/watch-library/watch/watch.c \
$(TOP)/watch-library/hal/src/hal_atomic.c \