From: Tian Hao Date: Wed, 16 Nov 2016 14:15:00 +0000 (+0800) Subject: component/bt : fix component.mk X-Git-Tag: v1.0~2^2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94f26af17deddedb0625774281d847031714794a;p=esp-idf component/bt : fix component.mk delete coexist in lib, because the lib is in esp32/lib --- diff --git a/components/bt/component.mk b/components/bt/component.mk index c06a10a03e..dcff2b62ae 100644 --- a/components/bt/component.mk +++ b/components/bt/component.mk @@ -32,7 +32,7 @@ COMPONENT_ADD_INCLUDEDIRS := bluedroid/bta/include \ CFLAGS += -Wno-error=unused-label -Wno-error=return-type -Wno-error=missing-braces -Wno-error=pointer-sign -Wno-error=parentheses -LIBS := btdm_app coexist +LIBS := btdm_app COMPONENT_ADD_LDFLAGS := -lbt -L$(abspath lib) \ $(addprefix -l,$(LIBS)) \