summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/Makefile b/src/Makefile
index badddc1..706f185 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,19 +2,7 @@ include ../config.mk
CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE -I.
CFLAGS += -W -Wall -Wno-unused-parameter -Wno-unused-result -O2 -pedantic -std=c99
-LIBS += -lm
-ifdef WITH_USB
-CPPFLAGS += -DWITH_USB
-LIBS += -lusb
-endif
-
-ifdef WITH_DEVICE
-CPPFLAGS += -DWITH_DEVICE
-endif
-
-ifdef WITH_SQUEUES
-CPPFLAGS += -DWITH_SQUEUES
-endif
+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
BIN = 0xFFFF