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.mk | |
parent | 08ec8bbe5d39f224869a68acd6fc0c8265e18226 (diff) |
Change TOP_DIR to TMK_DIR in makefiles
Diffstat (limited to 'protocol.mk')
-rw-r--r-- | protocol.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.mk b/protocol.mk index d9194b2bfc..726f658a04 100644 --- a/protocol.mk +++ b/protocol.mk @@ -47,4 +47,4 @@ ifdef SERIAL_MOUSE_USE_UART endif # Search Path -VPATH += $(TOP_DIR)/protocol +VPATH += $(TMK_DIR)/protocol |