Explorar el Código

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
Angus Gratton hace 4 años
padre
commit
6b468d40fb
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      components/log/component.mk

+ 2 - 0
components/log/component.mk

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