From: Keith Packard Date: Sun, 5 Aug 2012 21:58:40 +0000 (-0700) Subject: altos: Build ao_kalman.h from cc1111 subdirs as needed X-Git-Tag: 1.1~67^2~35^2~8 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=de701d5a234cd21930cf92c9cabebb0e230da9b5 altos: Build ao_kalman.h from cc1111 subdirs as needed Signed-off-by: Keith Packard --- 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)