Fix strace dependency
Signed-off-by: Victor Chong <victor.chong@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/qemu_v8.mk b/qemu_v8.mk
index 7aca89b..60b2c1e 100644
--- a/qemu_v8.mk
+++ b/qemu_v8.mk
@@ -32,7 +32,7 @@
all: benchmark-app
clean: benchmark-app-clean
endif
-all: arm-tf edk2 qemu soc-term linux strace update_rootfs optee-examples
+all: arm-tf edk2 qemu soc-term linux 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 optee-examples-clean
@@ -203,7 +203,7 @@
################################################################################
# Root FS
################################################################################
-filelist-tee: filelist-tee-common
+filelist-tee: strace filelist-tee-common
ifneq ("$(wildcard $(STRACE_PATH)/strace)","")
@echo "file /bin/strace $(STRACE_PATH)/strace 755 0 0" >> $(GEN_ROOTFS_FILELIST)
endif