]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - scripts/module-common.lds
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mirror_ubuntu-bionic-kernel.git] / scripts / module-common.lds
1 /*
2 * Common module linker script, always used when linking a module.
3 * Archs are free to supply their own linker scripts. ld will
4 * combine them automatically.
5 */
6 SECTIONS {
7 /DISCARD/ : { *(.discard) }
8 }