vmlinux.lds.S 112 字节
Newer Older
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