From 94f26af17deddedb0625774281d847031714794a Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Wed, 16 Nov 2016 22:15:00 +0800 Subject: [PATCH] component/bt : fix component.mk delete coexist in lib, because the lib is in esp32/lib --- components/bt/component.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) \ -- 2.40.0