summaryrefslogtreecommitdiff
path: root/arch/um/kernel/vmlinux.lds.S
blob: 72acdce205e0a3eff5d6ae6cdbdd73a20c22a952 (plain)
1
2
3
4
5
6
7
/* in case the preprocessor is a 32bit one */
#undef i386
#ifdef CONFIG_LD_SCRIPT_STATIC
#include "uml.lds.S"
#else
#include "dyn.lds.S"
#endif