diff options
author | Keith Packard <keithp@keithp.com> | 2012-11-01 17:52:22 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-11-01 17:52:22 -0700 |
commit | b3205a1d246e5ed229256aa787f26e6e122b7a2f (patch) | |
tree | 284a00d66b87325a46cbff621604b0e146ec126d | |
parent | 793b950083d09ead4f6230e041ad43aa9f5f2179 (diff) |
altos: Build megadongle when possible1.1.9.2
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/Makefile | 2 |
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 |