From 4924d00283c3c81a4b8251669e42aecd96b6145a Mon Sep 17 00:00:00 2001 From: Serge Vakulenko Date: Mon, 29 Oct 2018 11:30:25 -0700 Subject: [PATCH] Add explicit linking to libudev on Linux, as the code in serial.c needs it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 122707c..22fe1f7 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CFLAGS = -g -O -Wall -Werror -DVERSION='"$(VERSION).$(GITCOUNT)"' LDFLAGS = -g OBJS = main.o util.o radio.o dfu-libusb.o uv380.o md380.o rd5r.o gd77.o hid.o serial.o d868uv.o -LIBS = -lusb-1.0 +LIBS = -lusb-1.0 -ludev # # Linux