From f299486ef9ee5531ebee567211eb7861ae7a93bf Mon Sep 17 00:00:00 2001 From: pancake Date: Sat, 2 Jun 2007 02:23:58 +0200 Subject: * Covardly copy the nanddump() function from the mtd-utils to fix dump functionality - The new function works like the old rf_extract one, no parameters has changed. - Now a complete dump/restore will be possible. - Check for badblocks while copying data - Shows information about the partition * Better use of query_error_message() for debugging --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 71c8396..c495117 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ VERSION=0.2 OBJ=main.o fiasco.o hexdump.o dump.o flash.o OBJ+=hash.o fpid.o query.o pieces.o utils.o devices.o BIN=0xFFFF -CFLAGS+=-DVERSION=\"${VERSION}\" -Wall -g +CFLAGS+=-DVERSION=\"${VERSION}\" -Wall -g -I . all: ${OBJ} ${CC} ${LDFLAGS} -o ${BIN} ${OBJ} -lusb -- cgit v1.2.3