summaryrefslogtreecommitdiff
path: root/build_test.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-10-28 23:43:57 +0100
committerGitHub <noreply@github.com>2021-10-28 23:43:57 +0100
commit0f9261424097863d23b6f4835dd3f374c6776ec7 (patch)
treeffd21dbf50ff2fa88edabc98d025d0171485d2b0 /build_test.mk
parentdcfffa7b67a072f7d9e37bd8c0029c53b61aeb0f (diff)
Fix develop after recent changes (#14975)
* Fix sleep led issues * Fix tests
Diffstat (limited to 'build_test.mk')
-rw-r--r--build_test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_test.mk b/build_test.mk
index 8f1ff1e849..6e4494d77f 100644
--- a/build_test.mk
+++ b/build_test.mk
@@ -55,6 +55,7 @@ endif
include common_features.mk
include $(BUILDDEFS_PATH)/generic_features.mk
include $(TMK_PATH)/common.mk
+include $(TMK_PATH)/protocol.mk
include $(QUANTUM_PATH)/debounce/tests/rules.mk
include $(QUANTUM_PATH)/sequencer/tests/rules.mk
include $(TMK_PATH)/common/test/rules.mk