aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1e77102e..6e23f77ec 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ else
68$(error "$(KEYMAP_PATH)/keymap.c" does not exist) 68$(error "$(KEYMAP_PATH)/keymap.c" does not exist)
69endif 69endif
70 70
71TARGET = $(KEYBOARD)_$(KEYMAP) 71TARGET ?= $(KEYBOARD)_$(KEYMAP)
72 72
73ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","") 73ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","")
74 CONFIG_H = $(KEYMAP_PATH)/config.h 74 CONFIG_H = $(KEYMAP_PATH)/config.h