diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-18 16:28:32 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-18 16:28:32 +0200 |
commit | ffa6141172265076fc376bbd8cdea10113591c89 (patch) | |
tree | 59ab047c9dd9c91678aa399bfe09c132fb54a018 /ubi-utils/Makefile | |
parent | 0e9b3174b7410d36103d389b78758a97e8e2e941 (diff) |
ubi-utils: move pddcustomize to sort-me-out
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/Makefile')
-rw-r--r-- | ubi-utils/Makefile | 11 |
1 files changed, 3 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 $@ $^ |