blob: 1e16e65d4141ad7b2e8959a57f237ddd516811cd [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001SECTIONS {
2 .devices : {
3 __devices = .;
4 KEEP (*(.devices))
5 __devices_end = .;
6 }
7}
8INSERT AFTER .data;