Quellcode durchsuchen

[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
Jakob Hasse vor 4 Jahren
Ursprung
Commit
db46ad8ef2
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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