linux/arch/sh/ramdisk/ld.script

10 lines
66 B
Plaintext

OUTPUT_ARCH(sh)
SECTIONS
{
.initrd :
{
*(.data)
}
}