summaryrefslogtreecommitdiff
path: root/src/product/Makefile.telemetrum
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-06-04 20:54:36 -0700
committerKeith Packard <keithp@keithp.com>2012-06-04 20:54:36 -0700
commit705891be53e298ac6ced4ba02b87d2f6d1085b34 (patch)
tree84e2ac9accb4865b02db3d2025d863364f24ba9a /src/product/Makefile.telemetrum
parenta9ad342ae4c34626df4f2891da4c7f6d2c14d73e (diff)
altos: Make cc1111 products all depend on ao_arch.h and ao_arch_func.h
Ensures that files get recompiled as needed Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product/Makefile.telemetrum')
-rw-r--r--src/product/Makefile.telemetrum2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/product/Makefile.telemetrum b/src/product/Makefile.telemetrum
index b1111053..fba2c19a 100644
--- a/src/product/Makefile.telemetrum
+++ b/src/product/Makefile.telemetrum
@@ -18,6 +18,8 @@ endif
INC = \
ao.h \
ao_pins.h \
+ ao_arch.h \
+ ao_arch_funcs.h \
cc1111.h \
altitude.h \
ao_kalman.h \