Add post rules for userspace
This commit is contained in:
parent
25fee1b883
commit
60788ce7c1
1 changed files with 3 additions and 0 deletions
|
@ -461,6 +461,9 @@ endif
|
|||
ifneq ("$(wildcard $(KEYBOARD_PATH_5)/post_rules.mk)","")
|
||||
include $(KEYBOARD_PATH_5)/post_rules.mk
|
||||
endif
|
||||
ifneq ("$(wildcard $(USER_PATH)/post_rules.mk)","")
|
||||
include $(USER_PATH)/post_rules.mk
|
||||
endif
|
||||
|
||||
ifneq ("$(wildcard $(KEYMAP_PATH)/config.h)","")
|
||||
CONFIG_H += $(KEYMAP_PATH)/config.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue