summaryrefslogtreecommitdiff
path: root/ti/ti-common.mk
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@linaro.org>2017-08-07 01:41:48 +0300
committerJérôme Forissier <jerome.forissier@linaro.org>2017-09-04 18:24:55 +0200
commit584efe5b76fd2576d729bfbd10053b006bf7ede9 (patch)
treebc89d35e56979755f3f1a43cdbcf7bdcbfd1cf9c /ti/ti-common.mk
parentaccde817efb38200919e71f1890379d3e1e35d77 (diff)
examples: use optee_examples rep
New `optee_examples` git rep is used instead of `hello_world`, which will contain different sample applications that will show usage of specific TEE functionality (crypto examples, random data generation, trusted storage etc.) Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
Diffstat (limited to 'ti/ti-common.mk')
-rw-r--r--ti/ti-common.mk17
1 files changed, 9 insertions, 8 deletions
diff --git a/ti/ti-common.mk b/ti/ti-common.mk
index 6b3b936..89387fa 100644
--- a/ti/ti-common.mk
+++ b/ti/ti-common.mk
@@ -3,8 +3,10 @@
###############################################################################
.PHONY: all clean cleaner prepare
-all: u-boot linux optee-os optee-client xtest helloworld build-fit update_rootfs
-clean: linux-clean busybox-clean u-boot-clean optee-os-clean optee-client-clean build-fit-clean
+all: u-boot linux optee-os optee-client xtest build-fit \
+ update_rootfs optee-examples
+clean: linux-clean busybox-clean u-boot-clean optee-os-clean \
+ optee-client-clean build-fit-clean optee-examples-clean
cleaner: clean prepare-cleaner busybox-cleaner linux-cleaner
-include toolchain.mk
@@ -73,13 +75,12 @@ xtest: xtest-common
xtest-clean: xtest-clean-common
xtest-patch: xtest-patch-common
-###############################################################################
-# hello_world
-###############################################################################
-.PHONY: helloworld helloworld-clean
+################################################################################
+# Sample applications / optee_examples
+################################################################################
+optee-examples: optee-examples-common
-helloworld: helloworld-common
-helloworld-clean: helloworld-clean-common
+optee-examples-clean: optee-examples-clean-common
###############################################################################
# Busybox