From d2513eb5f5b45bb8d8d466cb06ba9ab9ee7880bd Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Sun, 17 Feb 2008 20:25:07 +0000 Subject: Yet another missing change from the proc3 ARM code stuff; add proc3ARM.o to the list of modules to build if USE_ARM_COSTUME_ASM is defined. svn-id: r30898 --- engines/scumm/module.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/engines/scumm/module.mk b/engines/scumm/module.mk index 3a50bcab8c..7ae4577432 100644 --- a/engines/scumm/module.mk +++ b/engines/scumm/module.mk @@ -59,6 +59,11 @@ MODULE_OBJS := \ vars.o \ verbs.o +ifdef USE_ARM_COSTUME_ASM +MODULE_OBJS += \ + proc3ARM.o +endif + ifndef DISABLE_SCUMM_7_8 MODULE_OBJS += \ nut_renderer.o \ -- cgit v1.2.3