瀏覽代碼

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