Xtensa port: Added support for Xtensa architecture to linker-defs.h.
Change-Id: Ic20d4746267bb9575960576c6b008c774fb6ef6d Signed-off-by: Mazen NEIFER <mazen@nestwave.com>
This commit is contained in:
parent
73691609b9
commit
969f000a19
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
||||||
/* Nothing yet to include */
|
/* Nothing yet to include */
|
||||||
#elif defined(CONFIG_RISCV32)
|
#elif defined(CONFIG_RISCV32)
|
||||||
/* Nothing yet to include */
|
/* Nothing yet to include */
|
||||||
|
#elif defined(CONFIG_XTENSA)
|
||||||
|
/* Nothing yet to include */
|
||||||
#else
|
#else
|
||||||
#error Arch not supported.
|
#error Arch not supported.
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue