Skip to content
Snippets Groups Projects
Commit ccd829ae authored by Jens Wiklander's avatar Jens Wiklander Committed by Jérôme Forissier
Browse files

Switch to {xtest,optee-examples}-clean-common


Switches to xtest-clean-common optee-examples-clean-common instead of
xtest-clean optee-examples-clean in the optee-os-clean-common. This is
needed in case the platform make file doesn't provide these targets.

Reviewed-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent b60156e8
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ OPTEE_OS_CLEAN_COMMON_FLAGS ?= $(OPTEE_OS_COMMON_EXTRA_FLAGS)
ifeq ($(CFG_TEE_BENCHMARK),y)
optee-os-clean-common: benchmark-app-clean-common
endif
optee-os-clean-common: xtest-clean optee-examples-clean
optee-os-clean-common: xtest-clean-common optee-examples-clean-common
$(MAKE) -C $(OPTEE_OS_PATH) $(OPTEE_OS_CLEAN_COMMON_FLAGS) clean
OPTEE_CLIENT_COMMON_FLAGS ?= CROSS_COMPILE=$(CROSS_COMPILE_NS_USER) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment