1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/irq/Makefile
Benjamin Valentin 57a0e3acc8 tests/irq: remove USEMODULE += auto_init
auto_init is a default module, no need to select it manually.
2020-03-06 15:15:38 +01:00

6 lines
92 B
Makefile

include ../Makefile.tests_common
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include