aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/module.mk')
-rw-r--r--engines/avalanche/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/avalanche/module.mk b/engines/avalanche/module.mk
index 8a83129a7d..5f65d010ed 100644
--- a/engines/avalanche/module.mk
+++ b/engines/avalanche/module.mk
@@ -4,7 +4,8 @@ MODULE_OBJS = \
avalanche.o \
avalot.o \
console.o \
- detection.o
+ detection.o \
+ gyro2.o
# This module can be built as a plugin
ifeq ($(ENABLE_AVALANCHE), DYNAMIC_PLUGIN)