From 2002ba27a264d16b09f82c1bb197f576f051102e Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Thu, 9 Aug 2012 21:07:30 +0200 Subject: Move query.c into nolo.c --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index eb70167..39199b0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ include ../config.mk OBJ=main.o hexdump.o dump.o nolo.o serial.o qmode.o -OBJ+=query.o utils.o console.o +OBJ+=utils.o console.o OBJ+=squeue/squeue.o OBJ+=image.o fiasco.o device.o usb-device.o cold-flash.o BIN=0xFFFF -- cgit v1.2.3