summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-11-15 15:22:57 +0100
committerPali Rohár <pali.rohar@gmail.com>2012-11-15 15:22:57 +0100
commitaa366ea133984fa073a6d9262e42a947a69240fb (patch)
tree76361fdf517db5cfa0eb7c5d977048e8b390749f /src/Makefile
parent4ef49e123a6d352e0e72006f979fe403a73356f6 (diff)
download0xFFFF-aa366ea133984fa073a6d9262e42a947a69240fb.tar.bz2
Makefile: Add mkii.o and disk.o
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 e1115e1..877173b 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 local.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 mkii.o disk.o
BIN = 0xFFFF
all: $(BIN)