mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Thomas Petazzoni
parent
e15c4d5fbb
commit
a841999460
@@ -35,7 +35,7 @@ define TI_SGX_KM_BUILD_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define TI_SGX_KM_INSTALL_TARGET_CMDS
|
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) \
|
DISCIMAGE=$(TARGET_DIR) \
|
||||||
kbuild_install -C $(@D)/$(TI_SGX_KM_SUBDIR)
|
kbuild_install -C $(@D)/$(TI_SGX_KM_SUBDIR)
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user