mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 11:01:38 +00:00
7 lines
112 B
ArmAsm
7 lines
112 B
ArmAsm
|
#include <linux/config.h>
|
||
|
#ifdef CONFIG_LD_SCRIPT_STATIC
|
||
|
#include "uml.lds.S"
|
||
|
#else
|
||
|
#include "dyn.lds.S"
|
||
|
#endif
|