2015-12-17 13:03:40 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2011-2014, Wind River Systems, Inc.
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-12-17 13:03:40 +08:00
|
|
|
*/
|
|
|
|
|
2022-05-09 19:20:58 +08:00
|
|
|
#include <zephyr/arch/x86/memory.ld>
|
2015-12-17 13:03:40 +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 06:49:25 +08:00
|
|
|
#else
|
2022-05-09 19:20:58 +08:00
|
|
|
#include <zephyr/arch/x86/ia32/linker.ld>
|
2019-07-23 06:49:25 +08:00
|
|
|
#endif
|