]> git.proxmox.com Git - mirror_qemu.git/blob - pc-bios/optionrom/flat.lds
minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices.mak
[mirror_qemu.git] / pc-bios / optionrom / flat.lds
1 SECTIONS
2 {
3 . = 0;
4 .text : { *(.text) *(.text.$) }
5 }
6 ENTRY(_start)