ti-sgx-km: fix ENV typo

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Danomi Manchego 2016-07-16 22:26:12 -04:00 committed by Thomas Petazzoni
parent e15c4d5fbb
commit a841999460

View file

@ -35,7 +35,7 @@ define TI_SGX_KM_BUILD_CMDS
endef
define TI_SGX_KM_INSTALL_TARGET_CMDS
$(TARGET_MAKE_EVN) $(MAKE) $(TI_SGX_KM_MAKE_OPTS) \
$(TARGET_MAKE_ENV) $(MAKE) $(TI_SGX_KM_MAKE_OPTS) \
DISCIMAGE=$(TARGET_DIR) \
kbuild_install -C $(@D)/$(TI_SGX_KM_SUBDIR)
endef