summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-06-17 16:17:00 -0700
committerKeith Packard <keithp@keithp.com>2012-06-17 16:17:00 -0700
commite6d236fdc615625fbbf28377453f920729e49b0f (patch)
tree8b5d35f78457960c40c972169629e2ae08e83c87 /src/Makefile
parent1a294852b3607947f0f86bf236785456d8719e5f (diff)
altos: Software implemenation of CC1111 radio encoding
Add CRC, whitening, FEC and interleaving routines for transmission path to allow cc1120 to send telem packets to cc1111. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c2e324c4..3fca2ab2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,6 +6,7 @@
vpath make-altitude util
vpath make-altitude-pa util
vpath make-kalman util
+vpath make-whiten util
vpath kalman.5c kalman
vpath kalman_filter.5c kalman
vpath load_csv.5c kalman
@@ -46,7 +47,7 @@ uninstall:
all-recursive: all-local
-all-local: altitude.h altitude-pa.h ao_kalman.h
+all-local: altitude.h altitude-pa.h ao_kalman.h ao_whiten.h
altitude.h: make-altitude
nickle $< > $@
@@ -57,5 +58,8 @@ altitude-pa.h: make-altitude-pa
ao_kalman.h: make-kalman kalman.5c kalman_filter.5c load_csv.5c matrix.5c
bash $< kalman > $@
+ao_whiten.h: make-whiten
+ nickle $< > $@
+
clean-local:
rm -f altitude.h ao_kalman.h