From: Keith Packard Date: Mon, 27 Aug 2012 20:45:56 +0000 (-0700) Subject: altos: Build telelco and spiradio when possible X-Git-Tag: 1.1~67^2~4 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=85fd7ab504a9fac1de90bbe7df8ea477a092c2b0 altos: Build telelco and spiradio when possible Signed-off-by: Keith Packard --- 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