Răsfoiți Sursa

app_trace: fix linker fragment not included in Make build

Ivan Grokhotkov 7 ani în urmă
părinte
comite
ba844caa8a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      components/app_trace/component.mk

+ 1 - 1
components/app_trace/component.mk

@@ -26,6 +26,6 @@ COMPONENT_SRCDIRS += \
 	sys_view/esp32
 else
 COMPONENT_SRCDIRS += gcov
+endif
 
 COMPONENT_ADD_LDFRAGMENTS += linker.lf
-endif