aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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