forked from mirrors/qmk_userspace
Migrate more makefile utilities to builddefs sub-directory (#16002)
This commit is contained in:
parent
7a0fd646e3
commit
f7e7671f69
12 changed files with 15 additions and 13 deletions
4
paths.mk
4
paths.mk
|
@ -2,7 +2,9 @@
|
|||
TOP_DIR = .
|
||||
TMK_DIR = tmk_core
|
||||
TMK_PATH = $(TMK_DIR)
|
||||
LIB_PATH = lib
|
||||
|
||||
LIB_DIR = lib
|
||||
LIB_PATH = $(LIB_DIR)
|
||||
|
||||
QUANTUM_DIR = quantum
|
||||
QUANTUM_PATH = $(QUANTUM_DIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue