From 0d7694160012f2cdcec96932a6bdff6e75f25ad4 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Thu, 9 Aug 2012 20:30:55 +0200 Subject: Add new code to Makefile --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile') 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} -- cgit v1.2.3