aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCorentin Chary <corentincj@iksaif.net>2009-05-26 15:08:36 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-05-27 17:01:00 +0300
commita48340c335daba441c1f01a0cfce4d2ac6b2c9e1 (patch)
treef93104f64d9f20befbd2d76e6da193b5cbda0116 /Makefile
parent7c5cb0d07c0cb9c08285027fe08d86a863b0df7d (diff)
mkfs.ubifs: use libubi to format UBI volume
libubi is now used to format directly UBI volume. Typing mkfs.ubifs /dev/ubi0_0 is now possible. dtypes should be ok as they are taken from UBIFS code. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 969ab87..577634f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ ifeq ($(WITHOUT_XATTR), 1)
CPPFLAGS += -DWITHOUT_XATTR
endif
-SUBDIRS = mkfs.ubifs ubi-utils
+SUBDIRS = ubi-utils mkfs.ubifs
TARGETS = ftl_format flash_erase flash_eraseall nanddump doc_loadbios \
ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info \