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 96487c01fa..dd66a008ee 100644 --- a/build_test.mk +++ b/build_test.mk @@ -52,6 +52,7 @@ include tests/$(TEST)/rules.mk endif include common_features.mk +include generic_features.mk include $(TMK_PATH)/common.mk include $(QUANTUM_PATH)/debounce/tests/rules.mk include $(QUANTUM_PATH)/sequencer/tests/rules.mk |