1
0
Fork 0

Migrate makefile utilities to sub-directory (#14917)

This commit is contained in:
Joel Challis 2021-10-28 01:07:53 +01:00 committed by GitHub
parent 6c507afcf2
commit b780c797be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 15 additions and 11 deletions

View file

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