diff --git a/components/log/component.mk b/components/log/component.mk index 94e53506e2..9725ccc561 100644 --- a/components/log/component.mk +++ b/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