Change TOP_DIR to TMK_DIR in makefiles

This commit is contained in:
tmk
2015-04-09 16:20:42 +09:00
parent 08ec8bbe5d
commit b4e2d325f3
58 changed files with 295 additions and 295 deletions

View File

@@ -9,7 +9,7 @@ SRC += $(IWRAP_DIR)/main.c \
$(COMMON_DIR)/uart.c
# Search Path
VPATH += $(TOP_DIR)/protocol/iwrap
VPATH += $(TMK_DIR)/protocol/iwrap
# TODO: compatible with LUFA and PJRC
@@ -21,6 +21,6 @@ SRC += $(VUSB_DIR)/vusb.c \
$(VUSB_DIR)/usbdrv/usbdrv.c \
$(VUSB_DIR)/usbdrv/usbdrvasm.S \
$(VUSB_DIR)/usbdrv/oddebug.c
VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv
VPATH += $(TMK_DIR)/protocol/vusb:$(TMK_DIR)/protocol/vusb/usbdrv