Migrate makefile utilities to sub-directory (#14917)
This commit is contained in:
parent
6c507afcf2
commit
b780c797be
10 changed files with 15 additions and 11 deletions
|
@ -4,7 +4,8 @@ endif
|
|||
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
include common.mk
|
||||
include paths.mk
|
||||
include $(BUILDDEFS_PATH)/message.mk
|
||||
|
||||
TARGET=test/$(TEST)
|
||||
|
||||
|
@ -52,7 +53,7 @@ include tests/$(TEST)/rules.mk
|
|||
endif
|
||||
|
||||
include common_features.mk
|
||||
include generic_features.mk
|
||||
include $(BUILDDEFS_PATH)/generic_features.mk
|
||||
include $(TMK_PATH)/common.mk
|
||||
include $(QUANTUM_PATH)/debounce/tests/rules.mk
|
||||
include $(QUANTUM_PATH)/sequencer/tests/rules.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue