mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
9 lines
156 B
Makefile
9 lines
156 B
Makefile
DEVELHELP ?= 0
|
|
include ../Makefile.tests_common
|
|
|
|
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
|
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
include $(RIOTBASE)/Makefile.include
|