diff options
Diffstat (limited to 'converter/adb_usb')
-rw-r--r-- | converter/adb_usb/Makefile | 2 | ||||
-rw-r--r-- | converter/adb_usb/Makefile.pjrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/converter/adb_usb/Makefile b/converter/adb_usb/Makefile index 16770fa410..a16873dc03 100644 --- a/converter/adb_usb/Makefile +++ b/converter/adb_usb/Makefile @@ -42,7 +42,7 @@ TARGET = adb_usb_lufa # Directory common source filess exist -TMK_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . diff --git a/converter/adb_usb/Makefile.pjrc b/converter/adb_usb/Makefile.pjrc index 69e2325f95..b54ea142c5 100644 --- a/converter/adb_usb/Makefile.pjrc +++ b/converter/adb_usb/Makefile.pjrc @@ -2,7 +2,7 @@ TARGET = adb_usb_pjrc # Directory common source filess exist -TMK_DIR = ../.. +TMK_DIR = ../../tmk_core # Directory keyboard dependent files exist TARGET_DIR = . |