PROGS = test_rs232 test_rs232_OBJECTS = test_rs232.o rs232.o DOC = rs232.html EXTRACTDOC = rs232.c avrconfig.h MODULES = CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... MCU_TARGET = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LIBS = include Makefile.avr test_rs232.elf: $(test_rs232_OBJECTS)