aboutsummaryrefslogtreecommitdiff
path: root/ubi-utils/Makefile
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-01-18 13:32:43 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-01-18 13:32:43 +0200
commit62a710039ff2849c62cabb38efecad72243b10f5 (patch)
tree1840c4cceac42dca71a04c6828580d9a4ea9938d /ubi-utils/Makefile
parent7bd1747ad5a5c2a53e465b565d879ee47fa16415 (diff)
ubi-tools: move ubigen to sort-me-out
This tool is not really needed and is unused. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/Makefile')
-rw-r--r--ubi-utils/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile
index 155d1ba..68fe0fb 100644
--- a/ubi-utils/Makefile
+++ b/ubi-utils/Makefile
@@ -15,7 +15,7 @@ CFLAGS := -I./inc -I./src -I$(KERNELHDR) $(OPTFLAGS) -Werror \
PERLPROGS = mkpfi ubicrc32.pl
TARGETS = ubiupdate ubimkvol ubirmvol pfiflash pddcustomize ubimirror \
- bin2nand nand2bin ubigen mkbootenv unubi pfi2bin ubicrc32 ubinfo \
+ bin2nand nand2bin mkbootenv unubi pfi2bin ubicrc32 ubinfo \
ubiattach ubidetach
vpath %.c ./src
@@ -73,9 +73,6 @@ nand2bin: nand2bin.o nandecc.o nandcorr.o
bin2nand: bin2nand.o error.o nandecc.o
$(CC) $(LDFLAGS) -o $@ $^
-ubigen: ubigen.o libubigen.o crc32.o common.o
- $(CC) $(LDFLAGS) -o $@ $^
-
mkbootenv: mkbootenv.o bootenv.o hashmap.o error.o crc32.o
$(CC) $(LDFLAGS) -o $@ $^