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>
diff --git a/qemu.mk b/qemu.mk
index b4f2543..bbab849 100644
--- a/qemu.mk
+++ b/qemu.mk
@@ -27,9 +27,10 @@
all: benchmark-app
clean: benchmark-app-clean
endif
-all: bios-qemu qemu soc-term
+all: bios-qemu qemu soc-term optee-examples
clean: bios-qemu-clean busybox-clean linux-clean optee-os-clean \
- optee-client-clean qemu-clean soc-term-clean check-clean
+ optee-client-clean qemu-clean soc-term-clean check-clean \
+ optee-examples-clean
-include toolchain.mk
@@ -128,11 +129,11 @@
xtest-patch: xtest-patch-common
################################################################################
-# hello_world
+# Sample applications / optee_examples
################################################################################
-helloworld: helloworld-common
+optee-examples: optee-examples-common
-helloworld-clean: helloworld-clean-common
+optee-examples-clean: optee-examples-clean-common
################################################################################
# benchmark