RIOT/tests/test_irq/Makefile
2014-02-26 10:17:17 +01:00

13 lines
228 B
Makefile

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