diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 12:42:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 12:42:35 +0100 |
commit | ed0cbf11579279dd9ea8f33d5b6e387cedc278db (patch) | |
tree | 4746361f91750a3c5e6e39802129cd996e90524f /mk | |
parent | fc602049dadfccb2940d203276e916a24de75763 (diff) |
remove unused stuff. comment debug output.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/image.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/image.mk b/mk/image.mk index c6f5ce266..a2a6bb176 100644 --- a/mk/image.mk +++ b/mk/image.mk @@ -71,9 +71,6 @@ ${BIN_DIR}/${ROOTFSSQUASHFS}: ${TARGET_DIR} cat ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel \ ${BUILD_DIR}/root.squashfs > \ ${BUILD_DIR}/${ROOTFSSQUASHFS} - # padding of images is required, foxboard only? - #dd if=${BUILD_DIR}/${ROOTFSSQUASHFS} of=${BIN_DIR}/${ROOTFSSQUASHFS} \ - bs=4063232 conv=sync $(MAKE_TRACE) imageclean: rm -f $(BIN_DIR)/$(ADK_TARGET)-* ${BUILD_DIR}/$(ADK_TARGET)-* |