diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-16 10:54:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-16 10:54:26 +0100 |
commit | e30c2e38954a49ceb6cd1350525da89a15653758 (patch) | |
tree | 8f69628166bc0c6bf5d7d9146c4a7de528197eb3 /target/x86/Makefile | |
parent | 469b35af91f6b8123943bab064ecf362e28bc438 (diff) | |
parent | 24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/x86/Makefile')
-rw-r--r-- | target/x86/Makefile | 4 |
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 |