diff options
author | tmk <hasu@tmk-kbd.com> | 2015-04-10 01:53:24 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-04-10 01:53:24 +0900 |
commit | 7860d09914dba5e7d2d6c1c25b62b49d1bbd2591 (patch) | |
tree | daea204a33fc09800d984c61f478ed11c91eda6f /converter/usb_usb | |
parent | 1a02ebcc612e9a9c0d87e02295c7258de3a70ccc (diff) |
Change TMK_DIR setting
Diffstat (limited to 'converter/usb_usb')
-rw-r--r-- | converter/usb_usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/usb_usb/Makefile b/converter/usb_usb/Makefile index a1ceaaa4e6..51c9271820 100644 --- a/converter/usb_usb/Makefile +++ b/converter/usb_usb/Makefile @@ -41,7 +41,7 @@ # Target file name (without extension). TARGET = usb_usb -TMK_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . |