From: Ivan Grokhotkov Date: Fri, 30 Nov 2018 03:00:52 +0000 (+0800) Subject: app_trace: fix linker fragment not included in Make build X-Git-Tag: v3.3-beta1~4^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba844caa8a8872b613ce4168a4e92d447fba4723;p=esp-idf app_trace: fix linker fragment not included in Make build --- diff --git a/components/app_trace/component.mk b/components/app_trace/component.mk index bfe77da43a..384a04a768 100644 --- a/components/app_trace/component.mk +++ b/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