vmlinux.lds.S 92 B

12345
  1. #ifdef CONFIG_X86_32
  2. # include "vmlinux_32.lds.S"
  3. #else
  4. # include "vmlinux_64.lds.S"
  5. #endif