From 9a451a5b1c30ff7986465eab6977b079340a783c Mon Sep 17 00:00:00 2001 From: Mark Sikora Date: Sun, 19 Jul 2015 16:10:13 -0400 Subject: [PATCH] Change TOP_DIR to TMK_DIR in makefiles --- keyboard/ergodox/Makefile.lufa | 12 ++++++------ keyboard/ergodox/Makefile.pjrc | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/keyboard/ergodox/Makefile.lufa b/keyboard/ergodox/Makefile.lufa index 6edba8c0..d714d760 100644 --- a/keyboard/ergodox/Makefile.lufa +++ b/keyboard/ergodox/Makefile.lufa @@ -42,7 +42,7 @@ TARGET = ergodox_lufa # Directory common source filess exist -TOP_DIR = ../.. +TMK_DIR = ../.. # Directory keyboard dependent files exist TARGET_DIR = . @@ -115,12 +115,12 @@ INVERT_NUMLOCK = yes # invert state of NumLock led # Search Path VPATH += $(TARGET_DIR) -VPATH += $(TOP_DIR) +VPATH += $(TMK_DIR) -include $(TOP_DIR)/protocol.mk -include $(TOP_DIR)/protocol/lufa.mk -include $(TOP_DIR)/common.mk -include $(TOP_DIR)/rules.mk +include $(TMK_DIR)/protocol.mk +include $(TMK_DIR)/protocol/lufa.mk +include $(TMK_DIR)/common.mk +include $(TMK_DIR)/rules.mk dvorak: OPT_DEFS += -DKEYMAP_DVORAK dvorak: all diff --git a/keyboard/ergodox/Makefile.pjrc b/keyboard/ergodox/Makefile.pjrc index 9a6da577..998b625f 100644 --- a/keyboard/ergodox/Makefile.pjrc +++ b/keyboard/ergodox/Makefile.pjrc @@ -42,7 +42,7 @@ TARGET = ergodox_pjrc # Directory common source filess exist -TOP_DIR = ../.. +TMK_DIR = ../.. # Directory keyboard dependent files exist TARGET_DIR = . @@ -94,12 +94,12 @@ INVERT_NUMLOCK = yes # invert state of NumLock led # Search Path VPATH += $(TARGET_DIR) -VPATH += $(TOP_DIR) +VPATH += $(TMK_DIR) -include $(TOP_DIR)/protocol.mk -include $(TOP_DIR)/protocol/pjrc.mk -include $(TOP_DIR)/common.mk -include $(TOP_DIR)/rules.mk +include $(TMK_DIR)/protocol.mk +include $(TMK_DIR)/protocol/pjrc.mk +include $(TMK_DIR)/common.mk +include $(TMK_DIR)/rules.mk dvorak: OPT_DEFS += -DKEYMAP_DVORAK dvorak: all -- 2.46.2