summaryrefslogtreecommitdiff
path: root/digital/avr/modules/spi/test/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-02-12 00:25:23 +0100
committerNélio Laranjeiro2008-02-12 00:25:23 +0100
commit1af41c4c074f83bc777be4b6dd85e8408d03e5e5 (patch)
treeced638de7fb844d63c53b03231ee22a874cf18e9 /digital/avr/modules/spi/test/Makefile
parent1d111e3d2b7fdb93e307cae90b60d5e224b936fd (diff)
Removed the test_host.
Update the interruption function. Debugged the driver source file. Init tested.
Diffstat (limited to 'digital/avr/modules/spi/test/Makefile')
-rwxr-xr-xdigital/avr/modules/spi/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/avr/modules/spi/test/Makefile b/digital/avr/modules/spi/test/Makefile
index ba09e125..6992c660 100755
--- a/digital/avr/modules/spi/test/Makefile
+++ b/digital/avr/modules/spi/test/Makefile
@@ -1,7 +1,7 @@
BASE = ../../..
PROGS = test_spi
-test_spi_SOURCES = test_spi.c spi_host.c
-MODULES = proto uart utils
+test_spi_SOURCES = test_spi.c
+MODULES = utils spi
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega8