Change TOP_DIR to TMK_DIR in makefiles
This commit is contained in:
@ -77,5 +77,5 @@ endif
|
||||
ifdef KEYMAP_SECTION_ENABLE
|
||||
$(error Not Supported)
|
||||
OPT_DEFS += -DKEYMAP_SECTION_ENABLE
|
||||
EXTRALDFLAGS = -Wl,-L$(TOP_DIR),-Tldscript_keymap_avr5.x
|
||||
EXTRALDFLAGS = -Wl,-L$(TMK_DIR),-Tldscript_keymap_avr5.x
|
||||
endif
|
||||
|
Reference in New Issue
Block a user