summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-27 15:33:04 -0700
committerKeith Packard <keithp@keithp.com>2013-04-27 15:33:04 -0700
commit048cb950703b0c1e99eb817911e11f1144e7ffe2 (patch)
tree1b1f441d39088ddb8d2f9ae861a791ceded07754 /src/Makefile
parent0fab541974208591334bbe2dcda4bf0bcb7117bd (diff)
altos/stm: Create per-product flash loaders
Split the flash loader prototype into pieces so that each product can build a custom flash loader with very little code. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 90a74166..d9f1af5e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -29,7 +29,11 @@ AVRDIRS=\
telescience-v0.1 telescience-pwm telepyro-v0.1 micropeak
ARMDIRS=\
- telemega-v0.1 telemega-v0.3 megadongle-v0.1 stm-bringup stm-demo telelco-v0.1 \
+ telemega-v0.1 telemega-v0.1/flash-loader \
+ telemega-v0.3 telemega-v0.3/flash-loader \
+ megadongle-v0.1 megadongle-v0.1/flash-loader \
+ telegps-v0.1 telegps-v0.1/flash-loader \
+ stm-bringup stm-demo telelco-v0.1 \
telescience-v0.2
ifneq ($(shell which sdcc),)