From 584efe5b76fd2576d729bfbd10053b006bf7ede9 Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Mon, 7 Aug 2017 01:41:48 +0300 Subject: 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 Acked-by: Jerome Forissier Signed-off-by: Igor Opaniuk --- ti/ti-common.mk | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'ti/ti-common.mk') 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 -- cgit v1.2.3