]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - arch/sh/ramdisk/ld.script
ppc: Use the indirect_pci.c from arch/powerpc/sysdev
[linux-2.6.git] / arch / sh / ramdisk / ld.script
1 OUTPUT_ARCH(sh)
2 SECTIONS
3 {
4   .initrd :
5   {
6        *(.data)
7   }
8 }
9