From: Keith Packard Date: Wed, 17 Oct 2012 05:33:34 +0000 (-0700) Subject: altos: Build telescience-pwm product when possible X-Git-Tag: 1.1.9.1~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=3aba5eb5a75dff3e7c8778561c533903eacb110a altos: Build telescience-pwm product when possible Signed-off-by: Keith Packard --- diff --git a/src/Makefile b/src/Makefile index b8828d46..1949e554 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 telepyro-v0.1 + SUBDIRS += telescience-v0.1 telescience-pwm telepyro-v0.1 endif ifneq ($(shell which arm-none-eabi-gcc),)