forked from mirrors/qmk_userspace
Split keyboard makefiles into rules and Makefile
This commit is contained in:
parent
0d5caead5a
commit
44441de8ca
56 changed files with 1792 additions and 1903 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ STARTING_DIR := $(subst $(ABS_ROOT_DIR),,$(ABS_STARTING_DIR))
|
|||
|
||||
PATH_ELEMENTS := $(subst /, ,$(STARTING_DIR))
|
||||
|
||||
QUANTUM_DIR:=$(ROOT_DIR)/quantum
|
||||
MAKEFILE_INCLUDED=yes
|
||||
|
||||
define NEXT_PATH_ELEMENT
|
||||
$$(eval CURRENT_PATH_ELEMENT := $$(firstword $$(PATH_ELEMENTS)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue