From 8ca6e37c12a2ab214328b8427a426acfb5faa6cd Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Thu, 8 Dec 2016 15:00:19 +0800 Subject: [PATCH] component/bt : delete the un-used lines --- components/bt/component.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/bt/component.mk b/components/bt/component.mk index 8fb7abe29a..6d1bac3c8b 100644 --- a/components/bt/component.mk +++ b/components/bt/component.mk @@ -30,8 +30,6 @@ COMPONENT_ADD_INCLUDEDIRS := bluedroid/bta/include \ bluedroid/include \ include -CFLAGS += - LIBS := btdm_app COMPONENT_ADD_LDFLAGS := -lbt -L $(COMPONENT_PATH)/lib \ @@ -70,8 +68,6 @@ COMPONENT_SRCDIRS := bluedroid/bta/dm \ bluedroid \ . -#include $(IDF_PATH)/make/component_common.mk - ALL_LIB_FILES := $(patsubst %,$(COMPONENT_PATH)/lib/lib%.a,$(LIBS)) $(COMPONENT_LIBRARY): $(ALL_LIB_FILES)