From ffa6141172265076fc376bbd8cdea10113591c89 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 18 Jan 2008 16:28:32 +0200 Subject: ubi-utils: move pddcustomize to sort-me-out Signed-off-by: Artem Bityutskiy --- ubi-utils/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'ubi-utils/Makefile') 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 $@ $^ -- cgit v1.2.3