summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-11-15 01:40:09 +0100
committerPali Rohár <pali.rohar@gmail.com>2012-11-15 01:40:09 +0100
commitcc8cca84ef2ffbf6d3b901d9064abcf9fb019ba8 (patch)
tree3cc0208c45eca30edd9f382ef76dcff7ce19ab44 /src/Makefile
parente98891e52d4acc9affd206901aa4ffb40f2d89b6 (diff)
download0xFFFF-cc8cca84ef2ffbf6d3b901d9064abcf9fb019ba8.tar.bz2
operations: Added support for local device
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 706f185..e1115e1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,7 @@ CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE -I.
CFLAGS += -W -Wall -Wno-unused-parameter -Wno-unused-result -O2 -pedantic -std=c99
LIBS += -lm -lusb
-OBJS = main.o nolo.o printf-utils.o image.o fiasco.o device.o usb-device.o cold-flash.o dump.o qmode.o console.o squeue/squeue.o operations.o
+OBJS = main.o nolo.o printf-utils.o image.o fiasco.o device.o usb-device.o cold-flash.o dump.o qmode.o console.o squeue/squeue.o operations.o local.o
BIN = 0xFFFF
all: $(BIN)