summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-05 14:58:40 -0700
committerKeith Packard <keithp@keithp.com>2012-08-05 14:58:40 -0700
commitde701d5a234cd21930cf92c9cabebb0e230da9b5 (patch)
tree43270d5f0fbed3ff7c0bde15f492a127c9f4b3e0 /src
parentb80d1f4e8a2df3ace64468a38a815a4f982aa179 (diff)
altos: Build ao_kalman.h from cc1111 subdirs as needed
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/cc1111/Makefile.cc11113
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cc1111/Makefile.cc1111 b/src/cc1111/Makefile.cc1111
index bfd444dd..0e19603b 100644
--- a/src/cc1111/Makefile.cc1111
+++ b/src/cc1111/Makefile.cc1111
@@ -33,3 +33,6 @@ clean-cc1111:
rm -f $(PROGNAME)-*
rm -f ao_product.h
rm -f ../$(PROGNAME)-*
+
+../ao_kalman.h:
+ +(cd .. && make ao_kalman.h)