diff options
Diffstat (limited to 'backends/platform/gp2xwiz/module.mk')
-rw-r--r-- | backends/platform/gp2xwiz/module.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/backends/platform/gp2xwiz/module.mk b/backends/platform/gp2xwiz/module.mk new file mode 100644 index 0000000000..03241f7b60 --- /dev/null +++ b/backends/platform/gp2xwiz/module.mk @@ -0,0 +1,16 @@ +MODULE := backends/platform/gp2xwiz + +MODULE_OBJS := \ + gp2xwiz-graphics.o \ + gp2xwiz-events.o \ + gp2xwiz-hw.o \ + gp2xwiz-main.o \ + +MODULE_DIRS += \ + backends/platform/gp2xwiz/ + +# We don't use the rules.mk here on purpose +OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS) + +# Hack to ensure the SDL backend is built so we can use OSystem_SDL. +-include $(srcdir)/backends/platform/sdl/module.mk
\ No newline at end of file |