1
0
Fork 0

Fixed Makefile to adjust new directories.

This commit is contained in:
tmk 2012-06-07 12:35:24 +09:00
parent f412570739
commit 63d82fcaeb
21 changed files with 84 additions and 53 deletions

View file

@ -7,4 +7,4 @@ SRC += iwrap.c \
# Search Path
VPATH += $(COMMON_DIR)/iwrap
VPATH += $(TOP_DIR)/protocol/iwrap

View file

@ -8,7 +8,7 @@ SRC += pjrc.c \
# Search Path
VPATH += $(COMMON_DIR):$(COMMON_DIR)/pjrc
VPATH += $(TOP_DIR)/protocol/pjrc
# Option modules

View file

@ -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