remarkable-linux/arch/sh/kernel/vmlinux.lds.S
Paul Mundt 49e6c3e746 sh: Split out linker script to _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-01-28 13:18:45 +09:00

6 lines
94 B
ArmAsm

#ifdef CONFIG_SUPERH32
# include "vmlinux_32.lds.S"
#else
# include "vmlinux_64.lds.S"
#endif