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
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 $@ $^
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.