From 144cd0c5de0042b880f36cf0db3f01a6060dabd7 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 14 Apr 2008 00:52:52 +0200 Subject: * digital/avr/modules/spi: - there is no HOST support in the SPI module. --- digital/avr/modules/spi/test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital/avr/modules/spi/test') diff --git a/digital/avr/modules/spi/test/Makefile b/digital/avr/modules/spi/test/Makefile index 9da68382..fcab3dc7 100755 --- a/digital/avr/modules/spi/test/Makefile +++ b/digital/avr/modules/spi/test/Makefile @@ -1,10 +1,10 @@ BASE = ../../.. -PROGS = test_spi +AVR_PROGS = test_spi test_spi_SOURCES = test_spi.c MODULES = utils spi uart proto CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... -AVR_MCU = atmega8 +AVR_MCU = atmega128 # -O2 : speed # -Os : size OPTIMIZE = -O2 -- cgit v1.2.3