diff --git a/make/component_wrapper.mk b/make/component_wrapper.mk index 449ad9fc73..049a8084b3 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