mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 15:49:29 +07: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
|