altos: Build micropeak when avr-gcc is available
[fw/altos] / 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),)