diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-05 12:40:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-05 12:40:39 +0200 |
commit | ab2e60fec20c7e01348463629a940f01ead256c0 (patch) | |
tree | f02cb819bf349afce323dc888f0c59699b4ab3fe /target/arm | |
parent | bae9b65aca99c5ae417a714dc3b2aff2b6dcbac5 (diff) | |
parent | 36c9d3691e0fdc8c661b2471d34f053e3cce8efe (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile index 50ea0b85a..e290fd8e3 100644 --- a/target/arm/Makefile +++ b/target/arm/Makefile @@ -61,6 +61,7 @@ ifeq ($(ADK_TARGET_SYSTEM_QEMU_ARM),y) @echo 'qemu-system-arm -M $(MACH) -nographic $(NET) -kernel $(BIN_DIR)/$(TARGET_KERNEL) -hda qemu-${CPU_ARCH}.img' endif endif +endif ifeq ($(ADK_TARGET_FS),initramfs) imageinstall: $(BIN_DIR)/$(INITRAMFS) ifeq ($(ADK_TARGET_SYSTEM_QEMU_ARM),y) @@ -88,3 +89,4 @@ ifeq ($(ADK_TARGET_SYSTEM_QEMU_ARM),y) @echo 'qemu-system-arm -M $(MACH) -nographic $(NET) -kernel $(BIN_DIR)/$(TARGET_KERNEL)' endif endif +endif |