altos: Build micropeak when avr-gcc is available
authorKeith Packard <keithp@keithp.com>
Mon, 29 Oct 2012 18:48:58 +0000 (11:48 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 29 Oct 2012 18:48:58 +0000 (11:48 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/Makefile

index 1949e554f33abeb7ebcd8848a8d9bc4d149b4949..a4f6a5545c5f2e02ff0d783898d4f98cc1772fd2 100644 (file)
@@ -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),)