Move OS independent HID routines to a separate file.

This commit is contained in:
Serge Vakulenko
2018-09-17 23:07:42 -07:00
parent e09c4d3b6e
commit 859b993589
8 changed files with 205 additions and 442 deletions

View File

@@ -5,7 +5,7 @@ GITCOUNT = $(shell git rev-list HEAD --count)
CFLAGS = -g -O -Wall -Werror -DVERSION='"$(VERSION).$(GITCOUNT)"'
LDFLAGS = -g -s
OBJS = main.o util.o radio.o dfu-windows.o uv380.o md380.o rd5r.o hid-windows.o
OBJS = main.o util.o radio.o dfu-windows.o uv380.o md380.o rd5r.o hid.o hid-windows.o
LIBS = -lhid -lsetupapi
# Compiling Windows binary from Linux