mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 10:12:45 +01:00
4 lines
122 B
Makefile
4 lines
122 B
Makefile
|
ifneq (,$(filter log_printfnoformat,$(USEMODULE)))
|
||
|
USEMODULE_INCLUDES += $(RIOTBASE)/sys/log/log_printfnoformat
|
||
|
endif
|