aboutsummaryrefslogtreecommitdiff
path: root/build_keyboard.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r--build_keyboard.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index 450207850..2c86fe55e 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -183,6 +183,10 @@ else
183 # this state should never be reached 183 # this state should never be reached
184endif 184endif
185 185
186# User space stuff
187USER_PATH := users/$(KEYMAP)
188-include $(USER_PATH)/rules.mk
189
186# Object files directory 190# Object files directory
187# To put object files in current directory, use a dot (.), do NOT make 191# To put object files in current directory, use a dot (.), do NOT make
188# this an empty or blank macro! 192# this an empty or blank macro!
@@ -204,6 +208,7 @@ SRC += $(KEYBOARD_SRC) \
204VPATH += $(KEYMAP_PATH) 208VPATH += $(KEYMAP_PATH)
205VPATH += $(KEYBOARD_PATHS) 209VPATH += $(KEYBOARD_PATHS)
206VPATH += $(COMMON_VPATH) 210VPATH += $(COMMON_VPATH)
211VPATH += $(USER_PATH)
207 212
208include common_features.mk 213include common_features.mk
209include $(TMK_PATH)/protocol.mk 214include $(TMK_PATH)/protocol.mk