From 25c8b07357a9428a30bfd02ab8d1145cc25a23c6 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 18 Jan 2008 16:05:46 +0200 Subject: [PATCH] ubi-utils: move mkbootenv to sort-me-out Signed-off-by: Artem Bityutskiy --- ubi-utils/Makefile | 5 +---- ubi-utils/sort-me-out/README | 3 +++ ubi-utils/{src => sort-me-out}/mkbootenv.c | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename ubi-utils/{src => sort-me-out}/mkbootenv.c (100%) diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index e425d6a..517c8ec 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 \ - 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 $@ $^ diff --git a/ubi-utils/sort-me-out/README b/ubi-utils/sort-me-out/README index 4018567..6a24555 100644 --- a/ubi-utils/sort-me-out/README +++ b/ubi-utils/sort-me-out/README @@ -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. diff --git a/ubi-utils/src/mkbootenv.c b/ubi-utils/sort-me-out/mkbootenv.c similarity index 100% rename from ubi-utils/src/mkbootenv.c rename to ubi-utils/sort-me-out/mkbootenv.c -- 2.50.1