From 3e337374f35eaf153f8ced25cc466d896a8a0a4d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 5 Sep 2016 21:59:15 +0200 Subject: add some basic genimage support --- target/x86_64/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/x86_64/Makefile') 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 -- cgit v1.2.3