mirror of
https://github.com/gosticks/RIOT.git
synced 2026-01-29 21:17:36 +00:00
7 lines
129 B
Makefile
7 lines
129 B
Makefile
APPLICATION = disable_module
|
|
include ../Makefile.tests_common
|
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
include $(RIOTBASE)/Makefile.include
|