summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-12-15 14:09:00 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-12-15 14:09:00 +0100
commit0e14700702f06f09f25bc861e2642a6d42da982b (patch)
tree836903db80f85bfca84ad3fbdc1af642abafb1fd /target/x86
parent1d41dfd46f6f45ed351a677fb22eea072c6530df (diff)
need to merge third patch from Phil manually. disable on non Linux hosts
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..87d3b5806 100644
--- a/target/x86/Makefile
+++ b/target/x86/Makefile
@@ -65,4 +65,8 @@ ifeq ($(ADK_HARDWARE_QEMU),y)
@echo "Start qemu with following command line:"
@echo 'qemu-system-i386 -nographic -net user,hostfwd=tcp::2222-:22 -net nic,model=e1000 -kernel $(BIN_DIR)/$(TARGET_KERNEL)'
endif
+ifeq (${ADK_TARGET_FS},iso)
+imageinstall: ${BIN_DIR}/${ROOTFSISO}
+ @echo 'ISO image is at $<'
+endif
endif