From 6b7f4bc72f8bdf9bb8557b7300794512f321456c Mon Sep 17 00:00:00 2001 From: Renz Christian Bagaporo Date: Thu, 14 Feb 2019 18:51:35 +0800 Subject: [PATCH] make: remove unecessary inclusion of ldgen.mk --- make/component_wrapper.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/make/component_wrapper.mk b/make/component_wrapper.mk index 449ad9fc7..049a8084b 100644 --- a/make/component_wrapper.mk +++ b/make/component_wrapper.mk @@ -155,8 +155,6 @@ OWN_INCLUDES:=$(abspath $(addprefix $(COMPONENT_PATH)/,$(COMPONENT_PRIV_INCLUDED COMPONENT_INCLUDES := $(OWN_INCLUDES) $(filter-out $(OWN_INCLUDES),$(COMPONENT_INCLUDES)) -include $(IDF_PATH)/make/ldgen.mk - ################################################################################ # 4) Define a target to generate component_project_vars.mk Makefile which # contains common per-component settings which are included directly in the