summaryrefslogtreecommitdiff
path: root/paths.mk
diff options
context:
space:
mode:
Diffstat (limited to 'paths.mk')
-rw-r--r--paths.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/paths.mk b/paths.mk
index 7be1b2ce04..5a39d00ecd 100644
--- a/paths.mk
+++ b/paths.mk
@@ -13,6 +13,9 @@ DRIVER_PATH = $(DRIVER_DIR)
PLATFORM_DIR = platforms
PLATFORM_PATH = $(PLATFORM_DIR)
+PROTOCOL_DIR = protocol
+PROTOCOL_PATH = $(TMK_DIR)/$(PROTOCOL_DIR)
+
BUILDDEFS_DIR = builddefs
BUILDDEFS_PATH = $(BUILDDEFS_DIR)