summaryrefslogtreecommitdiff
path: root/target/x86_64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/x86_64/Makefile')
-rw-r--r--target/x86_64/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile
index 8fa5b0ddf..cd6530c91 100644
--- a/target/x86_64/Makefile
+++ b/target/x86_64/Makefile
@@ -108,6 +108,9 @@ endif
ifeq (${ADK_TARGET_FS},iso)
imageinstall: ${FW_DIR}/${ROOTFSISO} targethelp
endif
+ifeq (${ADK_TARGET_FS},genimage)
+imageinstall: ${FW_DIR}/${GENIMAGE} targethelp
+endif
ifeq ($(ADK_TARGET_FS),nfsroot)
imageinstall: kernel-install $(FW_DIR)/$(ROOTFSUSERTARBALL) targethelp
endif