diff options
author | Keith Packard <keithp@keithp.com> | 2012-10-16 22:33:34 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-10-16 22:33:34 -0700 |
commit | 3aba5eb5a75dff3e7c8778561c533903eacb110a (patch) | |
tree | f3b68ba54138d74725e39b031cf85ae08db49865 | |
parent | f34f0ac7f355149446374a4c82dbf004919bc2dd (diff) |
altos: Build telescience-pwm product when possible
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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),) |