diff options
Diffstat (limited to 'protocol/usb_hid.mk')
| -rw-r--r-- | protocol/usb_hid.mk | 10 |
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 | # |
| 61 | VPATH += $(TOP_DIR)/$(USB_HID_DIR) | 61 | VPATH += $(TMK_DIR)/$(USB_HID_DIR) |
| 62 | VPATH += $(TOP_DIR)/$(USB_HOST_SHIELD_DIR) | 62 | VPATH += $(TMK_DIR)/$(USB_HOST_SHIELD_DIR) |
| 63 | 63 | ||
| 64 | # for #include "Arduino.h" | 64 | # for #include "Arduino.h" |
| 65 | VPATH += $(TOP_DIR)/$(ARDUINO_CORES_DIR) | 65 | VPATH += $(TMK_DIR)/$(ARDUINO_CORES_DIR) |
| 66 | 66 | ||
| 67 | # for #include "pins_arduino.h" | 67 | # for #include "pins_arduino.h" |
| 68 | VPATH += $(TOP_DIR)/$(ARDUINO_DIR)/variants/leonardo | 68 | VPATH += $(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 ? |
| 74 | VPATH := $(TOP_DIR)/common $(VPATH) | 74 | VPATH := $(TMK_DIR)/common $(VPATH) |
