summaryrefslogtreecommitdiff
path: root/include/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/task.h')
-rw-r--r--include/task.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/task.h b/include/task.h
index 0b244a2a18..365edbb5eb 100644
--- a/include/task.h
+++ b/include/task.h
@@ -371,6 +371,7 @@ struct irq_def {
* Implement the DECLARE_IRQ(irq, routine, priority) macro which is
* a core specific helper macro to declare an interrupt handler "routine".
*/
+#ifndef CONFIG_ZEPHYR
#ifdef CONFIG_COMMON_RUNTIME
#include "irq_handler.h"
#else
@@ -383,6 +384,7 @@ struct irq_def {
/* Include ec.irqlist here for compilation dependency */
#define ENABLE_IRQ(x)
#include "ec.irqlist"
-#endif
+#endif /* CONFIG_COMMON_RUNTIME */
+#endif /* !CONFIG_ZEPHYR */
#endif /* __CROS_EC_TASK_H */