From 30fda17fbb469aab410dce57a2c16f5e48d380a4 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Sat, 22 Dec 2007 17:47:22 +0200 Subject: ubi-utils: add ubiupdate Add an 'ubiupdate' utility which is basically a changed and cleaned-up version of ubiupdatevol. It is also consistent with other ubi tools. ubiupdatevol should go away, because it has features which should not be present in tools for end users. If one needs debugging capabilities, he should create a separate program. So, I do not delete ubiupdatevol, but it will be moved somwthere later. Signed-off-by: Artem Bityutskiy --- ubi-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ubi-utils/Makefile') diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index ee4956f..6a0391f 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -14,7 +14,7 @@ CFLAGS := -I./inc -I./src -I$(KERNELHDR) $(OPTFLAGS) -Werror \ -Wwrite-strings -W -std=gnu99 -DPACKAGE_VERSION=\"1.0\" PERLPROGS = mkpfi ubicrc32.pl -TARGETS = ubiupdatevol ubimkvol ubirmvol pfiflash pddcustomize ubimirror \ +TARGETS = ubiupdate ubimkvol ubirmvol pfiflash pddcustomize ubimirror \ bin2nand nand2bin ubigen mkbootenv unubi pfi2bin ubicrc32 ubinfo vpath %.c ./src @@ -36,7 +36,7 @@ clean: ubinfo: ubinfo.o common.o libubi.o $(CC) $(LDFLAGS) -o $@ $^ -ubiupdatevol: ubiupdatevol.o error.o libubi.o +ubiupdate: ubiupdate.o common.o libubi.o $(CC) $(LDFLAGS) -o $@ $^ ubimkvol: ubimkvol.o common.o libubi.o -- cgit v1.2.3