diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-16 13:11:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-16 13:11:33 +0100 |
commit | 422fe42ea4a4f5c5f868736e17a0462e1e5c1c6b (patch) | |
tree | 387c24796571c19abda81843ae13e5356091b3bf /target/x86 | |
parent | 24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (diff) |
small fixes for iso target
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/Makefile b/target/x86/Makefile index 87d3b5806..b228810c7 100644 --- a/target/x86/Makefile +++ b/target/x86/Makefile @@ -65,8 +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 +endif ifeq (${ADK_TARGET_FS},iso) imageinstall: ${BIN_DIR}/${ROOTFSISO} @echo 'ISO image is at $<' endif -endif |