1/*
2 * Copyright (c) 2011-2014, Wind River Systems, Inc.
3 * Copyright (c) 2019 Intel Corp.
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#include <arch/x86/memory.ld>
9
10#ifdef CONFIG_X86_64
11#include <arch/x86/intel64/linker.ld>
12#else
13#include <arch/x86/ia32/linker.ld>
14#endif /* CONFIG_X86_64 */
15