mirror of
https://github.com/andreili/klipper.git
synced 2025-09-20 11:54:42 +02:00
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
/* 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 )
|
|
}
|
|
}
|