]> granicus.if.org Git - esp-idf/commitdiff
component/bt : fix component.mk
authorTian Hao <tianhao@espressif.com>
Wed, 16 Nov 2016 14:15:00 +0000 (22:15 +0800)
committerTian Hao <tianhao@espressif.com>
Wed, 16 Nov 2016 14:15:00 +0000 (22:15 +0800)
delete coexist in lib, because the lib is in esp32/lib

components/bt/component.mk

index c06a10a03ee4aef9248f92b4de1b89bdf2c74d1e..dcff2b62ae0cbbb0825d52f5c252c3bb551ef0e7 100644 (file)
@@ -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)) \