mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 09:21:19 +01:00
10 lines
172 B
Makefile
10 lines
172 B
Makefile
APPLICATION = thread_basic
|
|
include ../Makefile.tests_common
|
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
reset:
|
|
$(RIOTBOARD)/$(BOARD)/dist/reset.sh
|