tests: kernel: context: add MIPS support

This test requires explicit architecture support, which this commit
adds for MIPS.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
This commit is contained in:
Antony Pavlov 2020-12-05 09:58:29 +03:00 committed by Anas Nashif
commit 59c7507e1a

View file

@ -83,6 +83,7 @@
* not considered an IRQ by the irq_enable/Disable APIs. * not considered an IRQ by the irq_enable/Disable APIs.
*/ */
#elif defined(CONFIG_SPARC) #elif defined(CONFIG_SPARC)
#elif defined(CONFIG_MIPS)
#elif defined(CONFIG_ARCH_POSIX) #elif defined(CONFIG_ARCH_POSIX)
#if defined(CONFIG_BOARD_NATIVE_POSIX) #if defined(CONFIG_BOARD_NATIVE_POSIX)
#define TICK_IRQ TIMER_TICK_IRQ #define TICK_IRQ TIMER_TICK_IRQ