blob: db36803ce0b5d08816ea28aed941da3372060c00 (
plain)
1
2
3
4
5
6
7
8
9
|
/* Final linker script klipper.elf on the PRU */
SECTIONS
{
/* binutils on the PRU doesn't support --gc-sections so manually
* discard the .compile_time_request section */
/DISCARD/ : {
*( .compile_time_request )
}
}
|