aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortheuni <theuni-nospam-@xbmc.org>2011-09-30 06:16:18 -0400
committerBalint Reczey <balint@balintreczey.hu>2014-10-23 13:02:25 +0200
commita462365a99b180519755ac1b37b83d89e8bfb00a (patch)
tree5c464eec8b5a270107e99fcde48165cfe51d9ade /Makefile.in
parent8da4bedd6219a6e8761d4bbc88209b293aed266d (diff)
mips: add guards
Updated for Helix by Balint Reczey
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 658745a8d1..b039b57d04 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -440,7 +440,7 @@ ifeq (@USE_ASAP_CODEC@,1)
endif
endif
$(MAKE) -C lib/stsound/StSoundLibrary
-ifeq ($(or $(findstring powerpc,@ARCH@),$(findstring x86_64-linux,@ARCH@),$(findstring arm, @ARCH@),$(findstring freebsd,@ARCH@)),)
+ifeq ($(or $(findstring powerpc,@ARCH@),$(findstring x86_64-linux,@ARCH@),$(findstring arm, @ARCH@),$(findstring freebsd,@ARCH@),$(findstring mips,@ARCH@)),)
$(MAKE) -C lib/snesapu/SNES/SNESAPU
endif
imagelib: dllloader