Explorar o código

app_trace: fix linker fragment not included in Make build

Ivan Grokhotkov %!s(int64=7) %!d(string=hai) anos
pai
achega
ba844caa8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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