23.3.3.1 Inclusion of Processor-Specific Object File(s)
This section of the processor definitions linker script ensures that the processor-specific object file(s) get included in the link.
/**************************************************************
* Processor-specific object file. Contains SFR
definitions.
**************************************************************/
INPUT("processor.o")
The INPUT
line specifies that processor.o
should be
included in the link as if this file were named on the command line. The linker attempts
to find this file in the current directory. If it is not found, the linker searches
through the library search paths (that is, the paths specified with the
-L
command line option).