mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 14:32:43 +01:00
7 lines
122 B
Makefile
7 lines
122 B
Makefile
APPLICATION = hwtimer
|
|
include ../Makefile.tests_common
|
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
include $(RIOTBASE)/Makefile.include
|