mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 04:42:12 +00: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
|
||
|
|