1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/log/Makefile.include

4 lines
120 B
Makefile
Raw Normal View History

2015-02-25 16:31:03 +01:00
ifneq (,$(filter log_printfnoformat,$(USEMODULE)))
2017-09-06 16:10:36 +02:00
USEMODULE_INCLUDES += $(RIOTBASE)/sys/log/log_printfnoformat
2015-02-25 16:31:03 +01:00
endif