From 8ce1fdde11bae9ddfdba59a5d23527567915ac93 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de> Date: Thu, 13 Feb 2014 23:39:21 +0100 Subject: [PATCH] fix test_irq Makefile closes #696 --- tests/test_irq/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_irq/Makefile b/tests/test_irq/Makefile index 3a7ababb9b..97ea8be88a 100644 --- a/tests/test_irq/Makefile +++ b/tests/test_irq/Makefile @@ -16,3 +16,6 @@ else USEMODULE += auto_init USEMODULE += hwtimer USEMODULE += posix + +include $(RIOTBASE)/Makefile.include +endif -- GitLab