aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/vmlinux.lds.S
blob: 1660a769674b8c24b7f1c88266565028f4b17fa5 (plain) (blame)
1
2
3
4
5
6
#include <linux/config.h>
#ifdef CONFIG_LD_SCRIPT_STATIC
#include "uml.lds.S"
#else
#include "dyn.lds.S"
#endif