mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
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.
4 lines
83 B
Makefile
Executable File
4 lines
83 B
Makefile
Executable File
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
include $(IDF_PATH)/make/component_common.mk
|