altos: telescience-v0.2 is an ARM product
authorKeith Packard <keithp@keithp.com>
Sun, 24 Feb 2013 09:20:41 +0000 (01:20 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 24 Feb 2013 09:21:06 +0000 (01:21 -0800)
Move it from SDCC to ARM targets as Jenkins doesn't have an ARM compiler.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/Makefile

index e4b110390c2cb5b6e4221136d3dc8ac60da23654..9e31e3ea914eb9e587310f17bc0072f95d001101 100644 (file)
@@ -23,13 +23,14 @@ SDCCDIRS=\
        telelaunch-v0.1 tidongle test \
        teleterra-v0.2 teleshield-v0.1 \
        telefire-v0.1 \
-       spiradio-v0.1 telescience-v0.2
+       spiradio-v0.1
 
 AVRDIRS=\
        telescience-v0.1 telescience-pwm telepyro-v0.1 micropeak
 
 ARMDIRS=\
-       megametrum-v0.1 megadongle-v0.1 stm-bringup stm-demo telelco-v0.1
+       megametrum-v0.1 megadongle-v0.1 stm-bringup stm-demo telelco-v0.1 \
+       telescience-v0.2
 
 ifneq ($(shell which sdcc),)
        SUBDIRS += $(SDCCDIRS)