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:
Mazen NEIFER 2017-01-25 22:26:58 +01:00 committed by Andrew Boie
commit 969f000a19

View file

@ -33,6 +33,8 @@
/* Nothing yet to include */
#elif defined(CONFIG_RISCV32)
/* Nothing yet to include */
#elif defined(CONFIG_XTENSA)
/* Nothing yet to include */
#else
#error Arch not supported.
#endif