From 126450f3bc272570d19d0dc8a7473287d1b72ff0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 4 Oct 2009 23:21:01 +0000 Subject: Revert nonsense I did in backends/platform/linuxmoto/module.mk and modify ASM build rules instead, enforcing the creation of output dirs for compiled files svn-id: r44647 --- backends/platform/linuxmoto/module.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'backends/platform/linuxmoto') diff --git a/backends/platform/linuxmoto/module.mk b/backends/platform/linuxmoto/module.mk index 034c10c09a..967a55f249 100644 --- a/backends/platform/linuxmoto/module.mk +++ b/backends/platform/linuxmoto/module.mk @@ -6,7 +6,8 @@ MODULE_OBJS := \ linuxmoto-sdl.o \ linuxmoto-scaler.o \ linuxmoto-graphics.o \ - hardwarekeys.o + hardwarekeys.o \ + ../wince/ARMscaler.o MODULE_DIRS += \ backends/platform/linuxmoto/ @@ -14,10 +15,5 @@ MODULE_DIRS += \ # We don't use the rules.mk here on purpose OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS) -# 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 -- cgit v1.2.3