Merge branch 'bugfix/exlude_log_linux_make' into 'master'

[log]: excluding log_linux.c correctly now

Closes IDFGH-5409

See merge request espressif/esp-idf!13995
This commit is contained in:
Angus Gratton 2021-06-18 07:37:02 +00:00
commit 6b468d40fb

View File

@ -11,4 +11,6 @@ else
COMPONENT_OBJEXCLUDE := log_freertos.o
endif
COMPONENT_OBJEXCLUDE += log_linux.o
COMPONENT_ADD_LDFRAGMENTS += linker.lf