From a48340c335daba441c1f01a0cfce4d2ac6b2c9e1 Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Tue, 26 May 2009 15:08:36 +0200 Subject: 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 Signed-off-by: Artem Bityutskiy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3