make, ldgen: remove uncessary passed target env variable

This commit is contained in:
Renz Christian Bagaporo 2018-11-29 13:21:31 +08:00
parent f6375952bb
commit a2f63c09bf
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ $(2): $(1) $(LDGEN_FRAGMENT_FILES) $(SDKCONFIG) $(LDGEN_SECTIONS_INFO_FILES)
--kconfig $(IDF_PATH)/Kconfig \
--env "COMPONENT_KCONFIGS=$(COMPONENT_KCONFIGS)" \
--env "COMPONENT_KCONFIGS_PROJBUILD=$(COMPONENT_KCONFIGS_PROJBUILD)" \
--env "IDF_CMAKE=n" \
--env "IDF_TARGET=$(IDF_TARGET)"
--env "IDF_CMAKE=n"
endef
define ldgen_create_commands