summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-11-01 17:52:22 -0700
committerKeith Packard <keithp@keithp.com>2012-11-01 17:52:22 -0700
commitb3205a1d246e5ed229256aa787f26e6e122b7a2f (patch)
tree284a00d66b87325a46cbff621604b0e146ec126d /src
parent793b950083d09ead4f6230e041ad43aa9f5f2179 (diff)
altos: Build megadongle when possible1.1.9.2
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index a4f6a554..05075ae1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -31,7 +31,7 @@ ifneq ($(shell which avr-gcc),)
endif
ifneq ($(shell which arm-none-eabi-gcc),)
- SUBDIRS += megametrum-v0.1 stm-bringup stm-demo telelco-v0.1
+ SUBDIRS += megametrum-v0.1 megadongle-v0.1 stm-bringup stm-demo telelco-v0.1
endif
all: all-local all-recursive