mhm ich habs wirklich nicht mit dem einbinden

Code:
# List Assembler source files here.
# Make them always end in a capital .S.  Files ending in a lowercase .s
# will not be considered source files but generated files (assembler
# output from the compiler), and will be deleted upon "make clean"!
# Even though the DOS/Win* filesystem matches both .s and .S the same,
# it will preserve the spelling of the filenames, and GCC itself does
# care about how the name is spelled on its command-line.
ASRC = i2cmaster.S
ich verwende die dateien von FirstTry und habe die letze zeile eingefügt
im selben ordner befindet sich die assembler source
aber ich bekomme beim make trotzdem ein implicit function declaration

könnte es daran liegen dass die datei <avr/io.h> die die assembler datei einbindet am falschen platz ist ?