aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-10-08 16:57:19 +0300
committernotaz2011-10-10 00:25:54 +0300
commit13e35c04a17506ac0848d7fb089fa817b3d697e9 (patch)
tree432cbb23c484f5aaaa64b132b668fe4e4a4c3b97 /Makefile
parentffb0b9e0f051789f97f5efdcfab0b261e62688f9 (diff)
downloadpcsx_rearmed-13e35c04a17506ac0848d7fb089fa817b3d697e9.tar.gz
pcsx_rearmed-13e35c04a17506ac0848d7fb089fa817b3d697e9.tar.bz2
pcsx_rearmed-13e35c04a17506ac0848d7fb089fa817b3d697e9.zip
drc: remove some old inline memhandlers
generic code handles it better now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a0b96c0..fdf3724 100644
--- a/Makefile
+++ b/Makefile
@@ -68,8 +68,7 @@ OBJS += libpcsxcore/new_dynarec/new_dynarec.o libpcsxcore/new_dynarec/linkage_ar
OBJS += libpcsxcore/new_dynarec/pcsxmem.o
endif
OBJS += libpcsxcore/new_dynarec/emu_if.o
-libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/assem_arm.c \
- libpcsxcore/new_dynarec/pcsxmem_inline.c
+libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/assem_arm.c
libpcsxcore/new_dynarec/new_dynarec.o: CFLAGS += -Wno-all -Wno-pointer-sign
ifdef DRC_DBG
libpcsxcore/new_dynarec/emu_if.o: CFLAGS += -D_FILE_OFFSET_BITS=64