diff options
author | Arnaud Mouiche <arnaud.mouiche@thomson.net> | 2009-10-01 11:31:47 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-10-05 11:14:57 +0300 |
commit | f6055d453e196386f72b05d335c77791f1ab97a2 (patch) | |
tree | 092ac6f556c6779b83edb4ffcb0d3a7b4ea70a8e /ubi-utils/Makefile | |
parent | 75d97ca45b74eccc01b18f44040f946d9d5df9f5 (diff) |
ubi-utils: add ubirsvol tool to resize UBI volumes
This is nearly a copy/paste from ubirmvol.
Signed-off-by: Arnaud Mouiche <arnaud.mouiche@thomson.net>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/Makefile')
-rw-r--r-- | ubi-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index b5388ec..e736a09 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -11,7 +11,7 @@ CPPFLAGS += -Iinclude -Isrc -I$(KERNELHDR) LIBS = libubi libmtd libubigen libiniparser libscan TARGETS = ubiupdatevol ubimkvol ubirmvol ubicrc32 ubinfo ubiattach \ - ubidetach ubinize ubiformat ubirename mtdinfo + ubidetach ubinize ubiformat ubirename mtdinfo ubirsvol VPATH = src |