summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Forissier <jerome@forissier.org>2021-03-15 16:59:39 +0100
committerJérôme Forissier <jerome@forissier.org>2021-03-16 11:09:50 +0100
commite89808eef30362efb500cfbfc61b2529733b3391 (patch)
treea7e44b7ae287074be5691d5f11b9a6f8665ff09c
parente94985bf925e5c47d0693388b6750299f9ba5b6d (diff)
ti: remove targets optee-client and optee-client-clean
The OP-TEE client is built using Buildroot so the optee-client and optee-client-clean targets in ti/ti-common.mk are unused. Remove them. Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
-rw-r--r--ti/ti-common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/ti/ti-common.mk b/ti/ti-common.mk
index f4cbff7..920685c 100644
--- a/ti/ti-common.mk
+++ b/ti/ti-common.mk
@@ -61,9 +61,6 @@ optee-os: optee-os-common
OPTEE_OS_CLEAN_COMMON_FLAGS += PLATFORM=$(OPTEE_OS_PLATFORM)
optee-os-clean: optee-os-clean-common
-optee-client: optee-client-common
-optee-client-clean: optee-client-clean-common
-
###############################################################################
# Build FIT
###############################################################################