diff options
author | tmk <nobody@nowhere> | 2012-09-04 13:29:21 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-09-04 13:29:21 +0900 |
commit | 232ab308e358e41f3253d66fa009c1ebca0951a2 (patch) | |
tree | 737827112555c00a7f2ebbb88e61079c460be71a /converter/usb_usb/Makefile | |
parent | c77c5043a121f195b3a552feb8283424a0652ce2 (diff) | |
download | qmk_firmware-232ab308e358e41f3253d66fa009c1ebca0951a2.tar.gz qmk_firmware-232ab308e358e41f3253d66fa009c1ebca0951a2.zip |
usb_hid: workaround for compile on Windows.
Diffstat (limited to 'converter/usb_usb/Makefile')
-rw-r--r-- | converter/usb_usb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/usb_usb/Makefile b/converter/usb_usb/Makefile index 4565ca508a..41a64e4643 100644 --- a/converter/usb_usb/Makefile +++ b/converter/usb_usb/Makefile @@ -116,7 +116,6 @@ CONFIG_H = config.h # Search Path VPATH += $(TARGET_DIR) VPATH += $(TOP_DIR) -#VPATH += $(TOP_DIR)/common |