Sign in
googlers
/
maze
/
linux
/
f83ef8c0b58dac17211a4c0b6df0e2b1bd6637b1
/
.
/
arch
/
um
/
kernel
/
vmlinux.lds.S
blob: 0a7d50ff9a4ca6e08a286dbc9812d40b222d998a [
file
] [
log
] [
blame
]
#include <linux/config.h>
/*
in
case the preprocessor is a
32
bit one
*/
#undef i386
#ifdef CONFIG_LD_SCRIPT_STATIC
#include "uml.lds.S"
#else
#include "dyn.lds.S"
#endif