Add hid stub for windows.

This commit is contained in:
Serge Vakulenko
2018-09-17 16:51:14 -07:00
parent c4a89ba9fd
commit 10e62c50ad
3 changed files with 289 additions and 7 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
OBJS = main.o util.o radio.o dfu-windows.o uv380.o md380.o rd5r.o hid-windows.o
LIBS = -lsetupapi
# Compiling Windows binary from Linux