summaryrefslogtreecommitdiff
path: root/src/Makefile.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.proto')
-rw-r--r--src/Makefile.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.proto b/src/Makefile.proto
index ee3b4d6c..30e626ad 100644
--- a/src/Makefile.proto
+++ b/src/Makefile.proto
@@ -142,6 +142,7 @@ SKY_DRIVER_SRC = \
TM_TASK_SRC = \
ao_flight.c \
ao_log.c \
+ ao_log_big.c \
ao_report.c \
ao_telemetry.c
@@ -173,6 +174,7 @@ TMINI_DRIVER_SRC = \
TMINI_TASK_SRC = \
ao_flight.c \
ao_log.c \
+ ao_log_tiny.c \
ao_report.c \
ao_telemetry.c