summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a418576c07..4a9bba603f 100644
--- a/Makefile
+++ b/Makefile
@@ -264,7 +264,7 @@ define PARSE_KEYMAP
264 # The rest of the rule is the target 264 # The rest of the rule is the target
265 # Remove the leading ":" from the target, as it acts as a separator 265 # Remove the leading ":" from the target, as it acts as a separator
266 MAKE_TARGET := $$(patsubst :%,%,$$(RULE)) 266 MAKE_TARGET := $$(patsubst :%,%,$$(RULE))
267 # We need to generate an unique indentifer to append to the COMMANDS list 267 # We need to generate an unique identifier to append to the COMMANDS list
268 CURRENT_KB_UNDER := $$(subst /,_,$$(CURRENT_KB)) 268 CURRENT_KB_UNDER := $$(subst /,_,$$(CURRENT_KB))
269 COMMAND := COMMAND_KEYBOARD_$$(CURRENT_KB_UNDER)_KEYMAP_$$(CURRENT_KM) 269 COMMAND := COMMAND_KEYBOARD_$$(CURRENT_KB_UNDER)_KEYMAP_$$(CURRENT_KM)
270 # If we are compiling a keyboard without a subproject, we want to display just the name 270 # If we are compiling a keyboard without a subproject, we want to display just the name