RIOT/tests/test_irq/Makefile
2014-04-01 23:42:00 +02:00

12 lines
205 B
Makefile

export PROJECT = test_irq
include ../Makefile.tests_common
ifeq (,$(filter native,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else
USEMODULE += posix
include $(RIOTBASE)/Makefile.include
endif