kernel_samsung_sm7125/arch/um/kernel/vmlinux.lds.S

6 lines
112 B

#include <linux/config.h>
#ifdef CONFIG_LD_SCRIPT_STATIC
#include "uml.lds.S"
#else
#include "dyn.lds.S"
#endif