aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/linuxmoto/module.mk
blob: 23f578b8415ec98b7e57b12a0c678675ba7830f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MODULE := backends/platform/linuxmoto

MODULE_OBJS := \
	linuxmoto-main.o \
	linuxmoto-sdl.o \
	hardwarekeys.o

MODULE_DIRS += \
	backends/platform/linuxmoto/

# We don't use the rules.mk here on purpose
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)

# HACK: The linuxmoto backend is based on the SDL one, so we load that, too.
include $(srcdir)/backends/platform/sdl/module.mk