-Wwrite-strings -W -std=gnu99 -DPACKAGE_VERSION=\"1.0\"
PERLPROGS = mkpfi ubicrc32.pl
-TARGETS = ubiupdate ubimkvol ubirmvol pfiflash pddcustomize ubimirror \
+TARGETS = ubiupdate ubimkvol ubirmvol pddcustomize ubimirror \
unubi pfi2bin ubicrc32 ubinfo \
ubiattach ubidetach
libubi.o crc32.o
$(CC) $(LDFLAGS) -o $@ $^
-pfiflash: pfiflash.o libpfiflash.o list.o reader.o error.o libubimirror.o \
- bootenv.o hashmap.o pfi.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 $@ $^
* mkbootenv.c: no idea what is this about. Looks like something specific to IBM
guys's setup.
+
+* pfiflash*: an utility to update UBI volumes described by a pfi file on
+ 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.