mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-08 14:04:56 +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
|