Fix strace dependency
Signed-off-by: Victor Chong <victor.chong@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/hikey.mk b/hikey.mk
index b01d9da..f86b0d5 100644
--- a/hikey.mk
+++ b/hikey.mk
@@ -55,7 +55,7 @@
# Targets
################################################################################
.PHONY: all
-all: prepare arm-tf boot-img lloader nvme strace
+all: prepare arm-tf boot-img lloader nvme
.PHONY: clean
clean: arm-tf-clean atf-fb-clean busybox-clean edk2-clean linux-clean \
@@ -264,7 +264,7 @@
# Root FS
################################################################################
.PHONY: filelist-tee
-filelist-tee: filelist-tee-common
+filelist-tee: strace filelist-tee-common
env TOP=$(ROOT) $(expand-env-var) <$(PATCHES_PATH)/rootfs/initramfs-add-files.txt >> $(GEN_ROOTFS_FILELIST)
.PHONY: update_rootfs