summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-10-29 11:48:58 -0700
committerKeith Packard <keithp@keithp.com>2012-10-29 11:48:58 -0700
commit424638446b7c7bb3f4aa6b4764d3e68175dcbf8c (patch)
tree12af61731930bf8f87aac1c865cf9146169d7703
parente9ea0ad4024532fd6f87bb6708bf76b0c7aa1c5b (diff)
altos: Build micropeak when avr-gcc is available
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 1949e554..a4f6a554 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -27,7 +27,7 @@ ifneq ($(shell which sdcc),)
endif
ifneq ($(shell which avr-gcc),)
- SUBDIRS += telescience-v0.1 telescience-pwm telepyro-v0.1
+ SUBDIRS += telescience-v0.1 telescience-pwm telepyro-v0.1 micropeak
endif
ifneq ($(shell which arm-none-eabi-gcc),)