diff options
Diffstat (limited to 'movement/make/Makefile')
| -rw-r--r-- | movement/make/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index bfdd1a23..a18c7064 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -17,6 +17,7 @@ INCLUDES += \ -I../watch_faces/sensor/ \ -I../watch_faces/demo/ \ -I../../littlefs/ \ + -I../lib/chirpy_tx/ \ -I../lib/TOTP/ \ -I../lib/base32/ \ -I../lib/sunriset/ \ @@ -31,6 +32,7 @@ INCLUDES += \ # ../drivers/lis2dh.c \ # ../watch_faces/fitness/step_count_face.c SRCS += \ + ../lib/chirpy_tx/chirpy_tx.c \ ../lib/TOTP/sha1.c \ ../lib/TOTP/sha256.c \ ../lib/TOTP/sha512.c \ @@ -95,6 +97,8 @@ SRCS += \ ../watch_faces/complication/tarot_face.c \ ../watch_faces/complication/morsecalc_face.c \ ../watch_faces/complication/rpn_calculator_face.c \ + ../watch_faces/complication/activity_face.c \ + ../watch_faces/demo/chirpy_demo_face.c \ ../watch_faces/complication/ships_bell_face.c \ ../watch_faces/complication/discgolf_face.c \ ../watch_faces/complication/habit_face.c \ |
