aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol.mk')
-rw-r--r--tmk_core/protocol.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk
index 54913329e..78b9deb29 100644
--- a/tmk_core/protocol.mk
+++ b/tmk_core/protocol.mk
@@ -50,5 +50,10 @@ ifdef ADB_MOUSE_ENABLE
50 OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE 50 OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE
51endif 51endif
52 52
53ifdef XT_ENABLE
54 SRC += $(PROTOCOL_DIR)/xt_interrupt.c
55 OPT_DEFS += -DXT_ENABLE
56endif
57
53# Search Path 58# Search Path
54VPATH += $(TMK_DIR)/protocol 59VPATH += $(TMK_DIR)/protocol