aboutsummaryrefslogtreecommitdiff
path: root/keyboard/gh60
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/gh60')
-rw-r--r--keyboard/gh60/Makefile.lufa3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa
index 2076c919c..b885b7dfa 100644
--- a/keyboard/gh60/Makefile.lufa
+++ b/keyboard/gh60/Makefile.lufa
@@ -107,6 +107,9 @@ CONSOLE_ENABLE = yes # Console for debug(+400)
107#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support 107#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
108 108
109 109
110# Optimize size but this may cause error "relocation truncated to fit"
111EXTRALDFLAGS = -Wl,--relax
112
110# Search Path 113# Search Path
111VPATH += $(TARGET_DIR) 114VPATH += $(TARGET_DIR)
112VPATH += $(TOP_DIR) 115VPATH += $(TOP_DIR)