diff options
Diffstat (limited to 'tmk_core/protocol.mk')
| -rw-r--r-- | tmk_core/protocol.mk | 5 |
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 |
| 51 | endif | 51 | endif |
| 52 | 52 | ||
| 53 | ifdef XT_ENABLE | ||
| 54 | SRC += $(PROTOCOL_DIR)/xt_interrupt.c | ||
| 55 | OPT_DEFS += -DXT_ENABLE | ||
| 56 | endif | ||
| 57 | |||
| 53 | # Search Path | 58 | # Search Path |
| 54 | VPATH += $(TMK_DIR)/protocol | 59 | VPATH += $(TMK_DIR)/protocol |
