summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-17 14:55:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-17 14:55:37 +0100
commit3cd4a03f27da57d2317c5b285cf8ad1990bcdac2 (patch)
tree2a09e93c07595459a8ac8c637d8126eddcb85cb4 /target/x86
parent86534f8753b2dcac52f1ceb3bfc01ccca6697f80 (diff)
parent2f3dbff3a8283fd1307ec71b6e4d5c70e80f56dc (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/x86/Makefile b/target/x86/Makefile
index a3dc8ae70..b228810c7 100644
--- a/target/x86/Makefile
+++ b/target/x86/Makefile
@@ -66,3 +66,7 @@ ifeq ($(ADK_HARDWARE_QEMU),y)
@echo 'qemu-system-i386 -nographic -net user,hostfwd=tcp::2222-:22 -net nic,model=e1000 -kernel $(BIN_DIR)/$(TARGET_KERNEL)'
endif
endif
+ifeq (${ADK_TARGET_FS},iso)
+imageinstall: ${BIN_DIR}/${ROOTFSISO}
+ @echo 'ISO image is at $<'
+endif