PROGS = test_adc test_adc_OBJECTS = test_adc.o adc.o rs232.o proto.o DOC = EXTRACTDOC = MODULES = n/avr/proto n/avr/rs232 n/avr/utils CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... MCU_TARGET = atmega8535 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LDLIBS = EXTRA_TARGETS = EXTRA_CLEAN_FILES = include Makefile.avr test_adc.elf: $(test_adc_OBJECTS)