You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
|
|
/*
|
||
|
|
* Common module linker script, always used when linking a module.
|
||
|
|
* Archs are free to supply their own linker scripts. ld will
|
||
|
|
* combine them automatically.
|
||
|
|
*/
|
||
|
|
SECTIONS {
|
||
|
|
/DISCARD/ : { *(.discard) }
|
||
|
|
}
|