summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-06-10 00:38:55 +0200
committerpancake <pancake@dazo>2007-06-10 00:38:55 +0200
commitec71146727eb352c57e0ddb5b38858f4a7780c6b (patch)
treef4b1cdbba1786d5c143c9952b7d641fb2df93acd /src/Makefile
parent43d8d4591933762cec4e0f72d434aa47311419d3 (diff)
download0xFFFF-ec71146727eb352c57e0ddb5b38858f4a7780c6b.tar.bz2
* Drop the partition limit. It is calculed with ioctl()
* Query the user to strip or not the dumped pieces * Add new flag '-s' for serial port console
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c495117..8f44893 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
VERSION=0.2
-OBJ=main.o fiasco.o hexdump.o dump.o flash.o
+OBJ=main.o fiasco.o hexdump.o dump.o flash.o serial.o
OBJ+=hash.o fpid.o query.o pieces.o utils.o devices.o
BIN=0xFFFF
CFLAGS+=-DVERSION=\"${VERSION}\" -Wall -g -I .