aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-01-18 16:28:32 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-01-18 16:28:32 +0200
commitffa6141172265076fc376bbd8cdea10113591c89 (patch)
tree59ab047c9dd9c91678aa399bfe09c132fb54a018
parent0e9b3174b7410d36103d389b78758a97e8e2e941 (diff)
ubi-utils: move pddcustomize to sort-me-out
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
-rw-r--r--ubi-utils/Makefile11
-rw-r--r--ubi-utils/sort-me-out/README2
-rw-r--r--ubi-utils/sort-me-out/pddcustomize.c (renamed from ubi-utils/src/pddcustomize.c)0
3 files changed, 5 insertions, 8 deletions
diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile
index c551c02..4fbdedc 100644
--- a/ubi-utils/Makefile
+++ b/ubi-utils/Makefile
@@ -13,10 +13,9 @@ CC := $(CROSS)gcc
CFLAGS := -I./inc -I./src -I$(KERNELHDR) $(OPTFLAGS) -Werror \
-Wwrite-strings -W -std=gnu99 -DPACKAGE_VERSION=\"1.0\"
-PERLPROGS = mkpfi ubicrc32.pl
-TARGETS = ubiupdate ubimkvol ubirmvol pddcustomize ubimirror \
- unubi pfi2bin ubicrc32 ubinfo \
- ubiattach ubidetach
+PERLPROGS = mkpfi
+TARGETS = ubiupdate ubimkvol ubirmvol ubimirror unubi pfi2bin ubicrc32 ubinfo \
+ ubiattach ubidetach
vpath %.c ./src
@@ -58,10 +57,6 @@ ubirmvol: ubirmvol.o common.o libubi.o
ubicrc32: ubicrc32.o crc32.o
$(CC) $(LDFLAGS) -o $@ $^
-pddcustomize: pddcustomize.o error.o libubimirror.o bootenv.o hashmap.o \
- libubi.o crc32.o
- $(CC) $(LDFLAGS) -o $@ $^
-
ubimirror: ubimirror.o error.o libubimirror.o bootenv.o hashmap.o \
libubi.o crc32.o
$(CC) $(LDFLAGS) -o $@ $^
diff --git a/ubi-utils/sort-me-out/README b/ubi-utils/sort-me-out/README
index b52e28b..ddeee73 100644
--- a/ubi-utils/sort-me-out/README
+++ b/ubi-utils/sort-me-out/README
@@ -56,3 +56,5 @@ This directory contains various stuff that has to be cleaned up and sorted out.
target. Nothing wrong with it, but it seems to be rather specific to IBM
guys' environment and it should be cleaned-up. It also should be documented
better.
+
+* pddcustomize: not sure what is this for, seems to be IBM-specific.
diff --git a/ubi-utils/src/pddcustomize.c b/ubi-utils/sort-me-out/pddcustomize.c
index 515efd6..515efd6 100644
--- a/ubi-utils/src/pddcustomize.c
+++ b/ubi-utils/sort-me-out/pddcustomize.c