xref: /linux/arch/um/kernel/vmlinux.lds.S (revision 5e8d780d745c1619aba81fe7166c5a4b5cad2b84)
1#include <linux/config.h>
2/* in case the preprocessor is a 32bit one */
3#undef i386
4#ifdef CONFIG_LD_SCRIPT_STATIC
5#include "uml.lds.S"
6#else
7#include "dyn.lds.S"
8#endif
9