From 85fd7ab504a9fac1de90bbe7df8ea477a092c2b0 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 27 Aug 2012 13:45:56 -0700 Subject: [PATCH] altos: Build telelco and spiradio when possible Signed-off-by: Keith Packard --- src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 99ea8f85..b8828d46 100644 --- a/src/Makefile +++ b/src/Makefile @@ -22,7 +22,8 @@ ifneq ($(shell which sdcc),) telemetrum-v0.1-sky telemetrum-v0.1-sirf \ telelaunch-v0.1 tidongle test \ teleterra-v0.2 teleshield-v0.1 \ - telefire-v0.1 + telefire-v0.1 \ + spiradio-v0.1 endif ifneq ($(shell which avr-gcc),) @@ -30,7 +31,7 @@ ifneq ($(shell which avr-gcc),) endif ifneq ($(shell which arm-none-eabi-gcc),) - SUBDIRS += megametrum-v0.1 stm-bringup stm-demo + SUBDIRS += megametrum-v0.1 stm-bringup stm-demo telelco-v0.1 endif all: all-local all-recursive -- 2.30.2