mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
[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:
@@ -11,4 +11,6 @@ else
|
||||
COMPONENT_OBJEXCLUDE := log_freertos.o
|
||||
endif
|
||||
|
||||
COMPONENT_OBJEXCLUDE += log_linux.o
|
||||
|
||||
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|
||||
|
Reference in New Issue
Block a user