Fixed Makefile to adjust new directories.
This commit is contained in:
parent
f412570739
commit
63d82fcaeb
21 changed files with 84 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue