]> www.infradead.org Git - mtd-utils.git/commitdiff
ubi-utils: move mkbootenv to sort-me-out
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 18 Jan 2008 14:05:46 +0000 (16:05 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 18 Jan 2008 14:05:46 +0000 (16:05 +0200)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
ubi-utils/Makefile
ubi-utils/sort-me-out/README
ubi-utils/sort-me-out/mkbootenv.c [moved from ubi-utils/src/mkbootenv.c with 100% similarity]

index e425d6abaaf3234137be8224a9673066d69f228d..517c8ecaec34e30025f21f690a51bcb45b1195d1 100644 (file)
@@ -15,7 +15,7 @@ CFLAGS := -I./inc -I./src -I$(KERNELHDR) $(OPTFLAGS) -Werror \
 
 PERLPROGS = mkpfi ubicrc32.pl
 TARGETS = ubiupdate ubimkvol ubirmvol pfiflash pddcustomize ubimirror \
-       mkbootenv unubi pfi2bin ubicrc32 ubinfo \
+       unubi pfi2bin ubicrc32 ubinfo \
        ubiattach ubidetach
 
 vpath   %.c ./src
@@ -70,9 +70,6 @@ ubimirror: ubimirror.o error.o libubimirror.o bootenv.o hashmap.o \
                libubi.o crc32.o
        $(CC) $(LDFLAGS) -o $@ $^
 
-mkbootenv: mkbootenv.o bootenv.o hashmap.o error.o crc32.o
-       $(CC) $(LDFLAGS) -o $@ $^
-
 unubi: unubi.o crc32.o unubi_analyze.o eb_chain.o
        $(CC) $(LDFLAGS) -o $@ $^
 
index 40185678b7fbb484feaed0d7e47799debe016f39..6a24555406f06193f2d90dac5e765ad97609684a 100644 (file)
@@ -48,3 +48,6 @@ This directory contains various stuff that has to be cleaned up and sorted out.
 * nandecc.c, nandecc.h: needed to compile nand2bin and bin2nand
 
 * nandcorr.c: seems to be unused
+
+* mkbootenv.c: no idea what is this about. Looks like something specific to IBM
+  guys's setup.