summaryrefslogtreecommitdiff
path: root/src/telegps-v0.1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-03-27 01:14:15 -0700
committerKeith Packard <keithp@keithp.com>2013-03-27 01:14:15 -0700
commitbd43955ff0c4d39a685b79e91cb62898a5f1b875 (patch)
treede9902edaf7b0d31e6ed9e88c57ab88400c4cf48 /src/telegps-v0.1/Makefile
parente14834817f78a04b4d9b44a8373119dffd42c966 (diff)
altos: Hook up the FAT16 and SD card support to telegps
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telegps-v0.1/Makefile')
-rw-r--r--src/telegps-v0.1/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/telegps-v0.1/Makefile b/src/telegps-v0.1/Makefile
index 26d9eaa0..c8ab8a9a 100644
--- a/src/telegps-v0.1/Makefile
+++ b/src/telegps-v0.1/Makefile
@@ -14,6 +14,7 @@ INC = \
ao_task.h \
ao_whiten.h \
ao_cc115l.h \
+ ao_rf_cc115l.h \
ao_fec.h \
stm32l.h \
Makefile
@@ -48,7 +49,14 @@ ALTOS_SRC = \
ao_serial_stm.c \
ao_gps_skytraq.c \
ao_cc115l.c \
- ao_fec_tx.c
+ ao_fec_tx.c \
+ ao_rfpa0133.c \
+ ao_aprs.c \
+ ao_storage.c \
+ ao_eeprom_stm.c \
+ ao_sdcard.c \
+ ao_bufio.c \
+ ao_fat.c
PRODUCT=TeleGPS-v0.1
PRODUCT_DEF=-DTELEGPS