android_kernel_cmhtcleo/scripts/module-common.lds

9 lines
210 B
Plaintext
Raw Permalink Normal View History

2010-08-27 09:19:57 +00:00
/*
* 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) }
}