aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/module.mk
blob: b7a81fa7c838075a781028231d44b9fd54b6cf60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MODULE := engines/cryo

MODULE_OBJS = \
	eden.o \
	cryo.o \
	detection.o

# This module can be built as a plugin
ifeq ($(ENABLE_CRYO), DYNAMIC_PLUGIN)
PLUGIN := 1
endif

# Include common rules
include $(srcdir)/rules.mk