aboutsummaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'protocol')
-rw-r--r--protocol/iwrap.mk2
-rw-r--r--protocol/pjrc.mk2
-rw-r--r--protocol/vusb.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/protocol/iwrap.mk b/protocol/iwrap.mk
index ea4a6e972..d9906fd1b 100644
--- a/protocol/iwrap.mk
+++ b/protocol/iwrap.mk
@@ -7,4 +7,4 @@ SRC += iwrap.c \
7 7
8 8
9# Search Path 9# Search Path
10VPATH += $(COMMON_DIR)/iwrap 10VPATH += $(TOP_DIR)/protocol/iwrap
diff --git a/protocol/pjrc.mk b/protocol/pjrc.mk
index e13a809a1..1ee45e9ec 100644
--- a/protocol/pjrc.mk
+++ b/protocol/pjrc.mk
@@ -8,7 +8,7 @@ SRC += pjrc.c \
8 8
9 9
10# Search Path 10# Search Path
11VPATH += $(COMMON_DIR):$(COMMON_DIR)/pjrc 11VPATH += $(TOP_DIR)/protocol/pjrc
12 12
13 13
14# Option modules 14# Option modules
diff --git a/protocol/vusb.mk b/protocol/vusb.mk
index 9426efb25..9e8e1fb39 100644
--- a/protocol/vusb.mk
+++ b/protocol/vusb.mk
@@ -16,4 +16,4 @@ endif
16 16
17 17
18# Search Path 18# Search Path
19VPATH += $(COMMON_DIR)/vusb:$(COMMON_DIR)/vusb/usbdrv 19VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv