aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-09-14 16:51:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-09-14 16:51:55 +0000
commite986ab203808e03bb9180f89c236055a62dbe257 (patch)
treeaec7e6e97f75480be4ba45bdb4689d291d53d2b1
parent494297893f28d8ecf1ce5489a3d10e908428fcdd (diff)
parentadbf4daee3dadabf2a3a6e02e8a89e864fdb179f (diff)
downloadbuild-e986ab203808e03bb9180f89c236055a62dbe257.tar.gz
Merge "core: Introduce a pvmfwimage phony target"
-rw-r--r--core/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index a6950359fb..cf40959558 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -3954,6 +3954,10 @@ endif # BOARD_PREBUILT_DTBOIMAGE
# -----------------------------------------------------------------
# Protected VM firmware image
ifeq ($(BOARD_USES_PVMFWIMAGE),true)
+
+.PHONY: pvmfwimage
+pvmfwimage: $(INSTALLED_PVMFWIMAGE_TARGET)
+
INSTALLED_PVMFWIMAGE_TARGET := $(PRODUCT_OUT)/pvmfw.img
INSTALLED_PVMFW_EMBEDDED_AVBKEY_TARGET := $(PRODUCT_OUT)/pvmfw_embedded.avbpubkey
PREBUILT_PVMFWIMAGE_TARGET := packages/modules/Virtualization/pvmfw/pvmfw.img