From: Keith Packard Date: Sun, 24 Feb 2013 09:20:41 +0000 (-0800) Subject: altos: telescience-v0.2 is an ARM product X-Git-Tag: altosdroid_v1.2-1~103 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=d0bd0093a65b73a178da6ddcafcc4dbaa3caca39 altos: telescience-v0.2 is an ARM product Move it from SDCC to ARM targets as Jenkins doesn't have an ARM compiler. Signed-off-by: Keith Packard --- diff --git a/src/Makefile b/src/Makefile index e4b11039..9e31e3ea 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)