summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-21 11:02:44 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-21 13:13:46 -0400
commitb88cd0cd7e058679960adaf89818ed755f6e71a3 (patch)
tree8bf0cd0e0426cd695a0caf0ff6e288ded9b21d13 /movement/make
parent38a2dff23491c4b22a8e55ffd6d096a198857c9f (diff)
downloadSensor-Watch-b88cd0cd7e058679960adaf89818ed755f6e71a3.tar.gz
Sensor-Watch-b88cd0cd7e058679960adaf89818ed755f6e71a3.tar.bz2
Sensor-Watch-b88cd0cd7e058679960adaf89818ed755f6e71a3.zip
movement: add thermistor readout face
Diffstat (limited to 'movement/make')
-rwxr-xr-xmovement/make/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index f17fc7e5..2ed06d96 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -14,6 +14,7 @@ INCLUDES += \
-I../watch_faces/clock/ \
-I../watch_faces/settings/ \
-I../watch_faces/complications/ \
+ -I../watch_faces/thermistor/ \
# If you add any other source files you wish to compile, add them after ../app.c
# Note that you will need to add a backslash at the end of any line you wish to continue, i.e.
@@ -27,6 +28,8 @@ SRCS += \
../watch_faces/settings/preferences_face.c \
../watch_faces/settings/set_time_face.c \
../watch_faces/complications/pulsometer_face.c \
+ ../watch_faces/thermistor/thermistor_driver.c \
+ ../watch_faces/thermistor/thermistor_readout_face.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.
include $(TOP)/rules.mk