diff options
author | Keith Packard <keithp@keithp.com> | 2012-08-05 14:58:40 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-05 14:58:40 -0700 |
commit | de701d5a234cd21930cf92c9cabebb0e230da9b5 (patch) | |
tree | 43270d5f0fbed3ff7c0bde15f492a127c9f4b3e0 /src | |
parent | b80d1f4e8a2df3ace64468a38a815a4f982aa179 (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.cc1111 | 3 |
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) |