aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/module.mk
blob: 62ddd9d3623aa5b83d13b23eb3b6a02118a9df03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MODULE := engines/cge
 
MODULE_OBJS := \
	cge.o \
	console.o \
	detection.o

MODULE_DIRS += \
	engines/cge
 
# This module can be built as a plugin
ifeq ($(ENABLE_CGE), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
 
# Include common rules 
include $(srcdir)/rules.mk