diff options
author | tmk <hasu@tmk-kbd.com> | 2015-04-09 16:20:42 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-04-09 16:20:42 +0900 |
commit | b4e2d325f355a4d083106476393775e75e11f284 (patch) | |
tree | 8af0a44ec2f1876ed440b404f1520097db9d5dcc /protocol/vusb.mk | |
parent | 08ec8bbe5d39f224869a68acd6fc0c8265e18226 (diff) |
Change TOP_DIR to TMK_DIR in makefiles
Diffstat (limited to 'protocol/vusb.mk')
-rw-r--r-- | protocol/vusb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/vusb.mk b/protocol/vusb.mk index 3227ca7bf5..3cba3f71a3 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 |