mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-19 05:04:27 +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
|
||
|
|
|