From: Keith Packard Date: Mon, 29 Oct 2012 18:48:58 +0000 (-0700) Subject: altos: Build micropeak when avr-gcc is available X-Git-Tag: 1.1.9.2~11 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=424638446b7c7bb3f4aa6b4764d3e68175dcbf8c;hp=e9ea0ad4024532fd6f87bb6708bf76b0c7aa1c5b;p=fw%2Faltos altos: Build micropeak when avr-gcc is available Signed-off-by: Keith Packard --- 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),)