Fixed Makefile to adjust new directories.
This commit is contained in:
@@ -7,4 +7,4 @@ SRC += iwrap.c \
|
||||
|
||||
|
||||
# Search Path
|
||||
VPATH += $(COMMON_DIR)/iwrap
|
||||
VPATH += $(TOP_DIR)/protocol/iwrap
|
||||
|
@@ -8,7 +8,7 @@ SRC += pjrc.c \
|
||||
|
||||
|
||||
# Search Path
|
||||
VPATH += $(COMMON_DIR):$(COMMON_DIR)/pjrc
|
||||
VPATH += $(TOP_DIR)/protocol/pjrc
|
||||
|
||||
|
||||
# Option modules
|
||||
|
@@ -16,4 +16,4 @@ endif
|
||||
|
||||
|
||||
# Search Path
|
||||
VPATH += $(COMMON_DIR)/vusb:$(COMMON_DIR)/vusb/usbdrv
|
||||
VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv
|
||||
|
Reference in New Issue
Block a user