diff options
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 $@ $^ | 
