summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index f47c5b0..d1421c5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,6 +2,7 @@ include ../config.mk
OBJ=main.o hexdump.o dump.o flash.o serial.o qmode.o
OBJ+=fpid.o query.o pieces.o utils.o console.o
OBJ+=squeue/squeue.o
+OBJ+=image.o fiasco.o device.o usb-device.o cold-flash.o
BIN=0xFFFF
#LIBS=`${HAVE_USB} && echo -- '-lusb'`
LIBS=`if [ "${HAVE_USB}" = 1 ]; then echo '-lusb'; fi`
@@ -13,6 +14,8 @@ USBOBJ+=../libusb/linux.o ## XXX not portable
CFLAGS+=-I../libusb
LDFLAGS+=-L../libusb
+CFLAGS+=-D_GNU_SOURCE
+
all: ${BIN}
${BIN}: ${OBJ}