From 23d9d37fd2a8f4b867f34e71a2b0f7cb090717c1 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 7 Jun 2014 21:12:09 -0700 Subject: [PATCH] altos: Make telegps builds depend on ao_tracker.h Signed-off-by: Keith Packard --- src/telegps-v0.3/Makefile | 1 + src/telegps-v1.0/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/src/telegps-v0.3/Makefile b/src/telegps-v0.3/Makefile index 9736407c..27279792 100644 --- a/src/telegps-v0.3/Makefile +++ b/src/telegps-v0.3/Makefile @@ -11,6 +11,7 @@ INC = \ ao_arch_funcs.h \ ao_pins.h \ ao_product.h \ + ao_tracker.h \ ao_task.h \ ao_whiten.h \ ao_cc115l.h \ diff --git a/src/telegps-v1.0/Makefile b/src/telegps-v1.0/Makefile index ed864d64..b5c3dfa3 100644 --- a/src/telegps-v1.0/Makefile +++ b/src/telegps-v1.0/Makefile @@ -11,6 +11,7 @@ INC = \ ao_arch_funcs.h \ ao_pins.h \ ao_product.h \ + ao_tracker.h \ ao_task.h \ ao_whiten.h \ ao_cc115l.h \ -- 2.30.2