summaryrefslogtreecommitdiff
path: root/qemu_v8.mk
diff options
context:
space:
mode:
Diffstat (limited to 'qemu_v8.mk')
-rw-r--r--qemu_v8.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/qemu_v8.mk b/qemu_v8.mk
index fdc785f..4235c69 100644
--- a/qemu_v8.mk
+++ b/qemu_v8.mk
@@ -32,10 +32,10 @@ ifeq ($(CFG_TEE_BENCHMARK),y)
all: benchmark-app
clean: benchmark-app-clean
endif
-all: arm-tf edk2 qemu soc-term linux strace update_rootfs
+all: arm-tf edk2 qemu soc-term linux strace update_rootfs optee-examples
clean: arm-tf-clean busybox-clean edk2-clean linux-clean \
optee-os-clean optee-client-clean qemu-clean \
- soc-term-clean check-clean strace-clean
+ soc-term-clean check-clean strace-clean optee-examples-clean
-include toolchain.mk
@@ -164,11 +164,11 @@ xtest-clean: xtest-clean-common
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
################################################################################
# strace