mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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:
parent
38f0d52e2c
commit
db46ad8ef2
@ -11,4 +11,6 @@ else
|
||||
COMPONENT_OBJEXCLUDE := log_freertos.o
|
||||
endif
|
||||
|
||||
COMPONENT_OBJEXCLUDE += log_linux.o
|
||||
|
||||
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|
||||
|
Loading…
x
Reference in New Issue
Block a user