aboutsummaryrefslogtreecommitdiff
path: root/keyboard/gh60/Makefile.pjrc
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/gh60/Makefile.pjrc')
-rw-r--r--keyboard/gh60/Makefile.pjrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc
index 9655ff65a..291579e64 100644
--- a/keyboard/gh60/Makefile.pjrc
+++ b/keyboard/gh60/Makefile.pjrc
@@ -42,7 +42,7 @@
42TARGET = gh60_pjrc 42TARGET = gh60_pjrc
43 43
44# Directory common source filess exist 44# Directory common source filess exist
45TOP_DIR = ../.. 45TMK_DIR = ../..
46 46
47# Directory keyboard dependent files exist 47# Directory keyboard dependent files exist
48TARGET_DIR = . 48TARGET_DIR = .
@@ -97,11 +97,11 @@ NKRO_ENABLE = yes # USB Nkey Rollover(+500)
97 97
98# Search Path 98# Search Path
99VPATH += $(TARGET_DIR) 99VPATH += $(TARGET_DIR)
100VPATH += $(TOP_DIR) 100VPATH += $(TMK_DIR)
101 101
102include $(TOP_DIR)/protocol/pjrc.mk 102include $(TMK_DIR)/protocol/pjrc.mk
103include $(TOP_DIR)/common.mk 103include $(TMK_DIR)/common.mk
104include $(TOP_DIR)/rules.mk 104include $(TMK_DIR)/rules.mk
105 105
106plain: OPT_DEFS += -DKEYMAP_PLAIN 106plain: OPT_DEFS += -DKEYMAP_PLAIN
107plain: all 107plain: all