From 757a9a1271a47b0f5265a2df271924efd41a3f18 Mon Sep 17 00:00:00 2001 From: matlo Date: Sun, 23 Oct 2016 22:24:02 +0200 Subject: [PATCH] On Windows, gusb depends on gtimer and gpoll. --- shared/gasync/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shared/gasync/Makefile b/shared/gasync/Makefile index cd68b2a8..aa296998 100755 --- a/shared/gasync/Makefile +++ b/shared/gasync/Makefile @@ -22,7 +22,9 @@ build-src/poll: build-src/common build-src/input: build-src/hid build-src/poll build-src/hid: build-src/common build-src/serial: build-src/common -build-src/usb: build-src/timer +ifeq ($(OS),Windows_NT) +build-src/usb: build-src/timer build-src/poll +endif clean: $(CLEANDIRS) $(CLEANDIRS):