1
0
Fork 0

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

@ -66,7 +66,7 @@ endif
ifdef KEYMAP_SECTION_ENABLE
OPT_DEFS += -DKEYMAP_SECTION_ENABLE
EXTRALDFLAGS = -Wl,-L$(TOP_DIR),-Tldscript_keymap_avr5.x
EXTRALDFLAGS = -Wl,-L$(TMK_DIR),-Tldscript_keymap_avr5.x
endif
# Version string
@ -74,4 +74,4 @@ OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown')
# Search Path
VPATH += $(TOP_DIR)/common
VPATH += $(TMK_DIR)/common