Signed-off-by: Koen Kooi <koen@xxxxxxxxxxxxxxxxxxxxx> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index d56d320..42f6003 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CPPFLAGS := -Wall -I$(KERNEL_SRC)/include ptp: ptp.o usbstring.o - $(CROSS_COMPILE)gcc -lpthread -o $@ $^ + $(CROSS_COMPILE)gcc -lpthread ${LDFLAGS} -o $@ $^ ptp.o: ptp.c usbstring.h $(CROSS_COMPILE)gcc $(CPPFLAGS) -c -o $@ $< -- 1.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html