diff options
| author | Keith Packard <keithp@keithp.com> | 2012-07-14 01:29:50 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-07-14 01:29:50 -0700 |
| commit | 37032e4b0cbac4c823e3dd18e60ad8900e9ceff1 (patch) | |
| tree | 93e94c99ea2cc262e1ef850620866f6fa6455bd0 /src/megametrum-v0.1/Makefile | |
| parent | 82b50fc1b7f2c6af7264fbad2c35508abc15e81e (diff) | |
altos/megametrum: Support the four additional pyro channels
These use the new pyro code to allow for some flexibility in programming.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/Makefile')
| -rw-r--r-- | src/megametrum-v0.1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index 59cfb64d..d415b59b 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -74,6 +74,7 @@ ALTOS_SRC = \ ao_packet_slave.c \ ao_packet.c \ ao_companion.c \ + ao_pyro.c \ $(PROFILE) PRODUCT=MegaMetrum-v0.1 |
