diff options
author | Keith Packard <keithp@keithp.com> | 2013-02-24 01:20:41 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-02-24 01:21:06 -0800 |
commit | d0bd0093a65b73a178da6ddcafcc4dbaa3caca39 (patch) | |
tree | ace288935ffb484676c805aa7361ff0a86fdc501 | |
parent | 9230f0a5b119044235c0c419e85a83115aae924d (diff) |
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 <keithp@keithp.com>
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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) |