Migrate more makefile utilities to builddefs sub-directory (#16002)

This commit is contained in:
Joel Challis 2022-02-10 17:45:51 +00:00 committed by GitHub
parent 7a0fd646e3
commit f7e7671f69
Failed to generate hash of commit
12 changed files with 15 additions and 13 deletions

View file

@ -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)