aboutsummaryrefslogtreecommitdiff
path: root/protocol/usb_hid.mk
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/usb_hid.mk')
-rw-r--r--protocol/usb_hid.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/protocol/usb_hid.mk b/protocol/usb_hid.mk
index 8fda76c2e..1f79bda3b 100644
--- a/protocol/usb_hid.mk
+++ b/protocol/usb_hid.mk
@@ -58,17 +58,17 @@ OPT_DEFS += -DARDUINO=101
58# 58#
59# Search Path 59# Search Path
60# 60#
61VPATH += $(TOP_DIR)/$(USB_HID_DIR) 61VPATH += $(TMK_DIR)/$(USB_HID_DIR)
62VPATH += $(TOP_DIR)/$(USB_HOST_SHIELD_DIR) 62VPATH += $(TMK_DIR)/$(USB_HOST_SHIELD_DIR)
63 63
64# for #include "Arduino.h" 64# for #include "Arduino.h"
65VPATH += $(TOP_DIR)/$(ARDUINO_CORES_DIR) 65VPATH += $(TMK_DIR)/$(ARDUINO_CORES_DIR)
66 66
67# for #include "pins_arduino.h" 67# for #include "pins_arduino.h"
68VPATH += $(TOP_DIR)/$(ARDUINO_DIR)/variants/leonardo 68VPATH += $(TMK_DIR)/$(ARDUINO_DIR)/variants/leonardo
69 69
70# ad hoc workaround for compile problem on Windows: 70# ad hoc workaround for compile problem on Windows:
71# Windows doesn't know difference between common/print.h and arduino/Print.h. 71# Windows doesn't know difference between common/print.h and arduino/Print.h.
72# On Linux no problem. 72# On Linux no problem.
73# Change file name common/print.h to console.h ? 73# Change file name common/print.h to console.h ?
74VPATH := $(TOP_DIR)/common $(VPATH) 74VPATH := $(TMK_DIR)/common $(VPATH)