make: remove unecessary inclusion of ldgen.mk

This commit is contained in:
Renz Christian Bagaporo 2019-02-14 18:51:35 +08:00
parent 50e860fe8c
commit 6b7f4bc72f
1 changed files with 0 additions and 2 deletions

View File

@ -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