The makefile actually calls build_test
This commit is contained in:
parent
6d7cd639a5
commit
27a673f5cf
5 changed files with 42 additions and 18 deletions
12
common.mk
Normal file
12
common.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
include message.mk
|
||||
|
||||
# Directory common source files exist
|
||||
TOP_DIR = .
|
||||
TMK_DIR = tmk_core
|
||||
TMK_PATH = $(TOP_DIR)/$(TMK_DIR)
|
||||
LIB_PATH = $(TOP_DIR)/lib
|
||||
|
||||
QUANTUM_DIR = quantum
|
||||
QUANTUM_PATH = $(TOP_DIR)/$(QUANTUM_DIR)
|
||||
|
||||
BUILD_DIR := $(TOP_DIR)/.build
|
Loading…
Add table
Add a link
Reference in a new issue