summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-12 20:50:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-12 20:50:16 +0100
commitc22db0379a20550bd17f8919b10b40b5ef7d03b1 (patch)
treed8fc4258c443bab8c25ef4262ff3b278c9a6c782 /target
parent1cfd01852aa45f83506ba67ea3528495918115b3 (diff)
parent2a52a8ea1a405a82ee6640253603067fd5b4fcef (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r--target/cris/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cris/Makefile b/target/cris/Makefile
index 0b4ba3a4d..a0654575d 100644
--- a/target/cris/Makefile
+++ b/target/cris/Makefile
@@ -21,7 +21,7 @@ kernel-install: tools-compile
PATH='${TARGET_PATH}' mkfimage $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
ifeq ($(ADK_TARGET_FS),squashfs)
-imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSSQUASHFS)
+imageinstall: kernel-install $(BUILD_DIR)/$(ROOTFSSQUASHFS)
dd if=${BUILD_DIR}/${ROOTFSSQUASHFS} of=${BIN_DIR}/${ROOTFSSQUASHFS} \
bs=4063232 conv=sync $(MAKE_TRACE)
@if [ $$(stat --format=%s ${BIN_DIR}/${ROOTFSSQUASHFS}) -gt 4063232 ];then \