aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/vmlinux.lds.S
blob: 0a7d50ff9a4ca6e08a286dbc9812d40b222d998a (plain)
1
2
3
4
5
6
7
8
#include <linux/config.h>
/* 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