summaryrefslogtreecommitdiff
path: root/src/megametrum-v0.1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-18 21:26:34 -0700
committerKeith Packard <keithp@keithp.com>2012-08-18 21:26:34 -0700
commit93db8febda03d9a02c5c1ccdc6ad44eaf00a433b (patch)
tree51f8f0991ef9cb5b19921520a589ebc620ec9013 /src/megametrum-v0.1/Makefile
parent8457ca81adc9d62a7ffe56a7c0c36f2fcadaa682 (diff)
altos: Add MMA655X driver
Just debug code at this point, will complete on real hardware Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/Makefile')
-rw-r--r--src/megametrum-v0.1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile
index 4a4c983a..1dfebca0 100644
--- a/src/megametrum-v0.1/Makefile
+++ b/src/megametrum-v0.1/Makefile
@@ -19,6 +19,7 @@ INC = \
ao_ms5607.h \
ao_hmc5883.h \
ao_mpu6000.h \
+ ao_mma655x.h \
ao_cc1120_CC1120.h \
ao_profile.h \
ao_whiten.h \
@@ -56,6 +57,7 @@ ALTOS_SRC = \
ao_fec_tx.c \
ao_fec_rx.c \
ao_ms5607.c \
+ ao_mma655x.c \
ao_adc_stm.c \
ao_beep_stm.c \
ao_storage.c \