diff options
author | Joel Challis <git@zvecr.com> | 2021-10-28 01:07:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 01:07:53 +0100 |
commit | b780c797beb726839e99e3f4054f9b4c33331cdc (patch) | |
tree | 019aed772e8204149727afb0841f9043a7084eda /build_test.mk | |
parent | 6c507afcf212165dd5f3c3f6c026b517295c5090 (diff) | |
download | qmk_firmware-b780c797beb726839e99e3f4054f9b4c33331cdc.tar.gz qmk_firmware-b780c797beb726839e99e3f4054f9b4c33331cdc.zip |
Migrate makefile utilities to sub-directory (#14917)
Diffstat (limited to 'build_test.mk')
-rw-r--r-- | build_test.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build_test.mk b/build_test.mk index dd66a008e..8f1ff1e84 100644 --- a/build_test.mk +++ b/build_test.mk | |||
@@ -4,7 +4,8 @@ endif | |||
4 | 4 | ||
5 | .DEFAULT_GOAL := all | 5 | .DEFAULT_GOAL := all |
6 | 6 | ||
7 | include common.mk | 7 | include paths.mk |
8 | include $(BUILDDEFS_PATH)/message.mk | ||
8 | 9 | ||
9 | TARGET=test/$(TEST) | 10 | TARGET=test/$(TEST) |
10 | 11 | ||
@@ -52,7 +53,7 @@ include tests/$(TEST)/rules.mk | |||
52 | endif | 53 | endif |
53 | 54 | ||
54 | include common_features.mk | 55 | include common_features.mk |
55 | include generic_features.mk | 56 | include $(BUILDDEFS_PATH)/generic_features.mk |
56 | include $(TMK_PATH)/common.mk | 57 | include $(TMK_PATH)/common.mk |
57 | include $(QUANTUM_PATH)/debounce/tests/rules.mk | 58 | include $(QUANTUM_PATH)/debounce/tests/rules.mk |
58 | include $(QUANTUM_PATH)/sequencer/tests/rules.mk | 59 | include $(QUANTUM_PATH)/sequencer/tests/rules.mk |