소스 검색

app_trace: fix linker fragment not included in Make build

Ivan Grokhotkov 7 년 전
부모
커밋
ba844caa8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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