summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-27 13:45:56 -0700
committerKeith Packard <keithp@keithp.com>2012-08-27 13:45:56 -0700
commit85fd7ab504a9fac1de90bbe7df8ea477a092c2b0 (patch)
tree988c1e9c96cf6b8535d4a974f7a38b4239b8e9bc /src
parent467acda662de8b96e7d0df729c2e4761686b82a1 (diff)
altos: Build telelco and spiradio when possible
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile5
1 files 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