summaryrefslogtreecommitdiff
path: root/mk
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 /mk
parent1cfd01852aa45f83506ba67ea3528495918115b3 (diff)
parent2a52a8ea1a405a82ee6640253603067fd5b4fcef (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/image.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/image.mk b/mk/image.mk
index 1bfc1f78b..5c3d27c41 100644
--- a/mk/image.mk
+++ b/mk/image.mk
@@ -101,7 +101,7 @@ ${BUILD_DIR}/root.squashfs: ${TARGET_DIR}
-nopad -noappend -root-owned $(MAKE_TRACE)
ifeq (,${CUSTOM_ROOTFSSQUASHFS_BUILD})
-${BIN_DIR}/${ROOTFSSQUASHFS}: ${BUILD_DIR}/root.squashfs
+${BUILD_DIR}/${ROOTFSSQUASHFS}: ${BUILD_DIR}/root.squashfs
cat ${BUILD_DIR}/${TARGET_KERNEL} ${BUILD_DIR}/root.squashfs \
>${BUILD_DIR}/${ROOTFSSQUASHFS}
endif