summaryrefslogtreecommitdiff
path: root/analog/motor-power-avr/src/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2008-04-14 00:55:34 +0200
committerNicolas Schodet2008-04-14 00:55:34 +0200
commit8e79e204e963eb10df09c58044df23f33612fe33 (patch)
tree24f498e9d6777007e71fea9a53a193d9089e765d /analog/motor-power-avr/src/Makefile
parent9ec79f63c3a1299a44d389e77bb1b1edf9cb1f41 (diff)
* analog/motor-power-avr/src:
- added SPI protocol usage.
Diffstat (limited to 'analog/motor-power-avr/src/Makefile')
-rw-r--r--analog/motor-power-avr/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/analog/motor-power-avr/src/Makefile b/analog/motor-power-avr/src/Makefile
index 42055767..e5178ba4 100644
--- a/analog/motor-power-avr/src/Makefile
+++ b/analog/motor-power-avr/src/Makefile
@@ -1,7 +1,7 @@
BASE = ../../../digital/avr
AVR_PROGS = mp
mp_SOURCES = main.c mp_pwm_L_.c mp_pwm_R_.c mp_pwm_LR_.c
-MODULES = proto uart utils math/fixed
+MODULES = proto uart utils math/fixed spi
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega16