summaryrefslogtreecommitdiff
path: root/src/telemega-v0.1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-18 01:12:11 -0800
committerKeith Packard <keithp@keithp.com>2013-12-18 01:12:11 -0800
commit18852efa108ba6e6e69dfd5076d4f4c01f62b4ef (patch)
treee684a8d587126c791ffef498a442bca64ef2a571 /src/telemega-v0.1/Makefile
parent1f035ac2df1cfa6964ae904aba0aedde279ca921 (diff)
altos: Make TeleMega v0.1 work more like TeleMega v1.0
I've still got one working v0.1 board which is useful for testing stuff, so make it work more like the released TeleMega: * Use E for drogue, F for main * Use on-chip eeprom for config * Fix ADC report printf to match Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemega-v0.1/Makefile')
-rw-r--r--src/telemega-v0.1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/telemega-v0.1/Makefile b/src/telemega-v0.1/Makefile
index 26afa38d..0145f49c 100644
--- a/src/telemega-v0.1/Makefile
+++ b/src/telemega-v0.1/Makefile
@@ -90,6 +90,7 @@ ALTOS_SRC = \
ao_hmc5883.c \
ao_adc_stm.c \
ao_beep_stm.c \
+ ao_eeprom_stm.c \
ao_storage.c \
ao_m25.c \
ao_usb_stm.c \
@@ -109,9 +110,9 @@ ALTOS_SRC = \
ao_companion.c \
ao_pyro.c \
ao_aprs.c \
+ $(MATH_SRC) \
$(PROFILE) \
$(SAMPLE_PROFILE) \
- $(MATH_SRC) \
$(STACK_GUARD)
PRODUCT=TeleMega-v0.1