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

@@ -20,7 +20,7 @@ ifdef EXTRAKEY_ENABLE
endif
# Search Path
VPATH += $(TOP_DIR)/$(PJRC_DIR)
VPATH += $(TMK_DIR)/$(PJRC_DIR)
# This indicates using LUFA stack
OPT_DEFS += -DPROTOCOL_PJRC