diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/image.mk | 2 |
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 |