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
|
|
|
|
*/
|
|
|
|
|
2020-07-30 09:19:42 +08:00
|
|
|
#include <arch/x86/memory.ld>
|
2018-07-17 09:37:14 +08:00
|
|
|
|
2019-10-25 03:57:57 +08:00
|
|
|
#ifdef CONFIG_X86_64
|
2019-07-23 03:25:07 +08:00
|
|
|
#include <arch/x86/intel64/linker.ld>
|
|
|
|
#else
|
2019-06-29 00:41:39 +08:00
|
|
|
#include <arch/x86/ia32/linker.ld>
|
2019-10-25 03:57:57 +08:00
|
|
|
#endif /* CONFIG_X86_64 */
|