summaryrefslogtreecommitdiff
path: root/src/telelco-v0.2/Makefile
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2013-07-30 00:15:06 -0600
committerBdale Garbee <bdale@gag.com>2013-07-30 00:15:06 -0600
commit01f8df088759ee7e6bc3900a013e0ea4fafaf984 (patch)
tree3821af32f96f1ac1be04e48e0b1dee953fac7d62 /src/telelco-v0.2/Makefile
parente2ebe60adf061479a1259a5c68b9cd5f5bacf644 (diff)
parent15063cbb8f76bffea71575d295ca87b7ceca36d8 (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/telelco-v0.2/Makefile')
-rw-r--r--src/telelco-v0.2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/telelco-v0.2/Makefile b/src/telelco-v0.2/Makefile
index cc6e62c4..f78ca9e2 100644
--- a/src/telelco-v0.2/Makefile
+++ b/src/telelco-v0.2/Makefile
@@ -21,6 +21,7 @@ INC = \
ao_radio_spi.h \
ao_radio_cmac.h \
ao_cc1120_CC1120.h \
+ ao_debounce.h \
stm32l.h
#
@@ -49,6 +50,7 @@ ALTOS_SRC = \
ao_beep_stm.c \
ao_storage.c \
ao_eeprom_stm.c \
+ ao_fast_timer.c \
ao_lcd_stm.c \
ao_usb_stm.c \
ao_exti_stm.c \
@@ -59,6 +61,7 @@ ALTOS_SRC = \
ao_fec_tx.c \
ao_fec_rx.c \
ao_seven_segment.c \
+ ao_debounce.c \
ao_quadrature.c \
ao_button.c \
ao_event.c \