diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-27 00:36:11 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-27 00:38:31 -0700 |
commit | 2717f14567c1fe1bb061024332c8022ef0e06049 (patch) | |
tree | 5b31620e1bf841d32a82ddff3bd8c5f8f3c4059c /src | |
parent | cef4e3ee95037050ae859fb2fdc0a57373764bd8 (diff) |
altos: Build telemega-v0.3 by default
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index e271ddf3..90a74166 100644 --- a/src/Makefile +++ b/src/Makefile @@ -29,7 +29,7 @@ AVRDIRS=\ telescience-v0.1 telescience-pwm telepyro-v0.1 micropeak ARMDIRS=\ - telemega-v0.1 megadongle-v0.1 stm-bringup stm-demo telelco-v0.1 \ + telemega-v0.1 telemega-v0.3 megadongle-v0.1 stm-bringup stm-demo telelco-v0.1 \ telescience-v0.2 ifneq ($(shell which sdcc),) |