aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/vusb.mk
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-04-09 16:20:42 +0900
committertmk <hasu@tmk-kbd.com>2015-04-09 16:20:42 +0900
commitb4e2d325f355a4d083106476393775e75e11f284 (patch)
tree8af0a44ec2f1876ed440b404f1520097db9d5dcc /protocol/vusb.mk
parent08ec8bbe5d39f224869a68acd6fc0c8265e18226 (diff)
downloadfirmware-b4e2d325f355a4d083106476393775e75e11f284.tar.gz
firmware-b4e2d325f355a4d083106476393775e75e11f284.tar.bz2
firmware-b4e2d325f355a4d083106476393775e75e11f284.zip
Change TOP_DIR to TMK_DIR in makefiles
Diffstat (limited to 'protocol/vusb.mk')
-rw-r--r--protocol/vusb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/vusb.mk b/protocol/vusb.mk
index 3227ca7bf..3cba3f71a 100644
--- a/protocol/vusb.mk
+++ b/protocol/vusb.mk
@@ -18,4 +18,4 @@ endif
# Search Path
-VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv
+VPATH += $(TMK_DIR)/protocol/vusb:$(TMK_DIR)/protocol/vusb/usbdrv