2018-07-17 09:37:14 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2011-2014, Wind River Systems, Inc.
|
2019-07-05 04:49:06 +08:00
|
|
|
* Copyright (c) 2019 Intel Corp.
|
2018-07-17 09:37:14 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2022-05-09 19:20:58 +08:00
|
|
|
#include <zephyr/arch/x86/memory.ld>
|
2018-07-17 09:37:14 +08:00
|
|
|
|
2019-10-25 03:57:57 +08:00
|
|
|
#ifdef CONFIG_X86_64
|
2022-05-09 19:20:58 +08:00
|
|
|
#include <zephyr/arch/x86/intel64/linker.ld>
|
2019-07-23 03:25:07 +08:00
|
|
|
#else
|
2022-05-09 19:20:58 +08:00
|
|
|
#include <zephyr/arch/x86/ia32/linker.ld>
|
2019-10-25 03:57:57 +08:00
|
|
|
#endif /* CONFIG_X86_64 */
|