mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 23:31:57 +00:00
Move the SoC outside of the architecture tree and put them at the same level as boards and architectures allowing both SoCs and boards to be maintained outside the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
/*
|
|
* Copyright (c) 2016 Intel Corporation
|
|
* Copyright (c) 2017 Oticon A/S
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @brief Linker script for the POSIX ARCH & INF_CLOCK SOC
|
|
*/
|
|
|
|
#include <arch/posix/linker.ld>
|