[Buildroot] [git commit] ti-sgx-km: fix ENV typo

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 17 12:54:05 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=a8419994608f30aa6744a2074453bb4ac4fe75c6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Danomi Manchego <danomimanchego123 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ti-sgx-km/ti-sgx-km.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ti-sgx-km/ti-sgx-km.mk b/package/ti-sgx-km/ti-sgx-km.mk
index d8447aa..58ba3f0 100644
--- a/package/ti-sgx-km/ti-sgx-km.mk
+++ b/package/ti-sgx-km/ti-sgx-km.mk
@@ -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


More information about the buildroot mailing list