aboutsummaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index b854f09cd..d22adff51 100644
--- a/common.mk
+++ b/common.mk
@@ -66,7 +66,7 @@ endif
66 66
67ifdef KEYMAP_SECTION_ENABLE 67ifdef KEYMAP_SECTION_ENABLE
68 OPT_DEFS += -DKEYMAP_SECTION_ENABLE 68 OPT_DEFS += -DKEYMAP_SECTION_ENABLE
69 EXTRALDFLAGS = -Wl,-L$(TOP_DIR),-Tldscript_keymap_avr5.x 69 EXTRALDFLAGS = -Wl,-L$(TMK_DIR),-Tldscript_keymap_avr5.x
70endif 70endif
71 71
72# Version string 72# Version string
@@ -74,4 +74,4 @@ OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown')
74 74
75 75
76# Search Path 76# Search Path
77VPATH += $(TOP_DIR)/common 77VPATH += $(TMK_DIR)/common