summaryrefslogtreecommitdiff
path: root/src/megametrum-v0.1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-04-09 20:28:19 -0700
committerKeith Packard <keithp@keithp.com>2012-04-09 20:29:48 -0700
commit1dcfbb05531767e67df45c2799a2fe533834fb71 (patch)
tree599e6c2439bf42bf5eb0ec2ffd484b0e4b1ae6c4 /src/megametrum-v0.1/Makefile
parent67044cca5b463772491d0712d0ce07a8f897a476 (diff)
altos: Add beeper driver to STM arch
Drives the MegaMetrum beeper Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/Makefile')
-rw-r--r--src/megametrum-v0.1/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile
index 297d136a..5b20a8a5 100644
--- a/src/megametrum-v0.1/Makefile
+++ b/src/megametrum-v0.1/Makefile
@@ -12,7 +12,8 @@ INC = \
ao_pins.h \
altitude.h \
ao_kalman.h \
- ao_product.h
+ ao_product.h \
+ ao_ms5607.h
#
# Common AltOS sources
@@ -36,7 +37,8 @@ ALTOS_SRC = \
ao_dma_stm.c \
ao_spi_stm.c \
ao_ms5607.c \
- ao_adc_stm.c
+ ao_adc_stm.c \
+ ao_beep_stm.c
PRODUCT=MegaMetrum-v0.1
PRODUCT_DEF=-DMEGAMETRUM