mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-03 12:24:45 +08:00
12 lines
112 B
ArmAsm
12 lines
112 B
ArmAsm
|
|
||
|
#ifdef CONFIG_XIP_KERNEL
|
||
|
|
||
|
#include "vmlinux-arm26-xip.lds.in"
|
||
|
|
||
|
#else
|
||
|
|
||
|
#include "vmlinux-arm26.lds.in"
|
||
|
|
||
|
#endif
|
||
|
|