From f35c4048fe598405d77c206234129ed2e6acf04e Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sun, 23 Sep 2012 16:13:33 +0200 Subject: operations: Added operations file for wrapping all device operations --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index dbae7fe..badddc1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,7 +16,7 @@ ifdef WITH_SQUEUES CPPFLAGS += -DWITH_SQUEUES endif -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 +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 BIN = 0xFFFF all: $(BIN) -- cgit v1.2.3