diff options
author | Joel Challis <git@zvecr.com> | 2021-10-17 22:37:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-17 22:37:48 +0100 |
commit | bd2f8ab88a8d1598cde47d3238ae8a49f1d7fbf9 (patch) | |
tree | d029505cd77fbf9a549017dbe28ef181632c226b /build_test.mk | |
parent | bb80b2a40cd37042b25c721033c531f8c8d0cb16 (diff) | |
download | qmk_firmware-bd2f8ab88a8d1598cde47d3238ae8a49f1d7fbf9.tar.gz qmk_firmware-bd2f8ab88a8d1598cde47d3238ae8a49f1d7fbf9.zip |
Infer more when building features (#13890)
Diffstat (limited to 'build_test.mk')
-rw-r--r-- | build_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_test.mk b/build_test.mk index 96487c01f..dd66a008e 100644 --- a/build_test.mk +++ b/build_test.mk | |||
@@ -52,6 +52,7 @@ include tests/$(TEST)/rules.mk | |||
52 | endif | 52 | endif |
53 | 53 | ||
54 | include common_features.mk | 54 | include common_features.mk |
55 | include generic_features.mk | ||
55 | include $(TMK_PATH)/common.mk | 56 | include $(TMK_PATH)/common.mk |
56 | include $(QUANTUM_PATH)/debounce/tests/rules.mk | 57 | include $(QUANTUM_PATH)/debounce/tests/rules.mk |
57 | include $(QUANTUM_PATH)/sequencer/tests/rules.mk | 58 | include $(QUANTUM_PATH)/sequencer/tests/rules.mk |