OVMS3-idf/components/log/component.mk
Ivan Grokhotkov 716cec5ded components/log: add implementation, update a few components to use it
This also removes logging implementation from bootloader and replaces it
with the one provided by the log component. Some occurrences of printf
and ets_printf have been changed to ESP_LOGx APIs.
2016-09-15 00:53:33 +08:00

4 lines
83 B
Makefile
Executable file

COMPONENT_ADD_INCLUDEDIRS := include
include $(IDF_PATH)/make/component_common.mk