[log]: excluding log_linux.c correctly now

* log_linux.c needs to be excluded generally
  in make since Linux target isn't supported
  when building with make

Closes https://github.com/espressif/esp-idf/issues/7155
This commit is contained in:
Jakob Hasse 2021-06-17 11:09:56 +08:00
parent 38f0d52e2c
commit db46ad8ef2

View File

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