mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +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
|