From b3205a1d246e5ed229256aa787f26e6e122b7a2f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 1 Nov 2012 17:52:22 -0700 Subject: [PATCH] altos: Build megadongle when possible Signed-off-by: Keith Packard --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2