diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/linuxmoto/module.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/backends/platform/linuxmoto/module.mk b/backends/platform/linuxmoto/module.mk index 32ac9119ab..034c10c09a 100644 --- a/backends/platform/linuxmoto/module.mk +++ b/backends/platform/linuxmoto/module.mk @@ -6,8 +6,7 @@ MODULE_OBJS := \ linuxmoto-sdl.o \ linuxmoto-scaler.o \ linuxmoto-graphics.o \ - hardwarekeys.o \ - ../wince/ARMscaler.o + hardwarekeys.o MODULE_DIRS += \ backends/platform/linuxmoto/ @@ -15,5 +14,10 @@ MODULE_DIRS += \ # We don't use the rules.mk here on purpose OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS) -# The linuxmoto backend is based on the SDL one, so we load that, too. +# HACK: We import one of the WinCE scalers +OBJS += backends/platform/wince/ARMscaler.o +MODULE_DIRS += \ + backends/platform/wii/ + +# HACK: The linuxmoto backend is based on the SDL one, so we load that, too. include $(srcdir)/backends/platform/sdl/module.mk |