aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-02-22 14:04:47 +0200
committernotaz2011-02-22 14:27:01 +0200
commit8cfbda97eb2e1548d9f55f2b3145727a7e0302e1 (patch)
tree89ceec0098d5ec6ba1a372b0b2011babe279d476 /Makefile
parenta33a15fd86c0afaaa52f1843c1e39d42f27861ab (diff)
downloadpcsx_rearmed-8cfbda97eb2e1548d9f55f2b3145727a7e0302e1.tar.gz
pcsx_rearmed-8cfbda97eb2e1548d9f55f2b3145727a7e0302e1.tar.bz2
pcsx_rearmed-8cfbda97eb2e1548d9f55f2b3145727a7e0302e1.zip
gte: starting some NEON code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0a99925..95bc0f2 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,9 @@ OBJS += libpcsxcore/cdriso.o libpcsxcore/cdrom.o libpcsxcore/cheat.o libpcsxcore
libpcsxcore/psxcommon.o libpcsxcore/psxcounters.o libpcsxcore/psxdma.o libpcsxcore/psxhle.o \
libpcsxcore/psxhw.o libpcsxcore/psxinterpreter.o libpcsxcore/psxmem.o libpcsxcore/r3000a.o \
libpcsxcore/sio.o libpcsxcore/socket.o libpcsxcore/spu.o
+ifeq "$(ARCH)" "arm"
+OBJS += libpcsxcore/gte_neon.o
+endif
# dynarec
ifndef NO_NEW_DRC
OBJS += libpcsxcore/new_dynarec/new_dynarec.o libpcsxcore/new_dynarec/linkage_arm.o