aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-02-17 18:20:47 +0200
committernotaz2011-02-17 23:45:24 +0200
commitcbbab9cd861a35ecc38546d7291c3cc655b4f5ed (patch)
treef29da00a6f4d5dbf5741ac1c187d24fd65352c7c /Makefile
parentfb4074479c536e12f7668aa5dfff48b146562d57 (diff)
downloadpcsx_rearmed-cbbab9cd861a35ecc38546d7291c3cc655b4f5ed.tar.gz
pcsx_rearmed-cbbab9cd861a35ecc38546d7291c3cc655b4f5ed.tar.bz2
pcsx_rearmed-cbbab9cd861a35ecc38546d7291c3cc655b4f5ed.zip
drc: some PCSX-specific const addr io handlers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 63241e5..0a99925 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,8 @@ 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/new_dynarec.o: libpcsxcore/new_dynarec/assem_arm.c \
+ libpcsxcore/new_dynarec/pcsxmem_inline.c
ifdef DRC_DBG
libpcsxcore/new_dynarec/emu_if.o: CFLAGS += -D_FILE_OFFSET_BITS=64
CFLAGS += -DDRC_DBG
@@ -48,6 +49,7 @@ endif
# spu
OBJS += plugins/dfsound/dma.o plugins/dfsound/freeze.o \
plugins/dfsound/registers.o plugins/dfsound/spu.o
+plugins/dfsound/spu.o: plugins/dfsound/xa.c
ifeq "$(USE_OSS)" "1"
plugins/dfsound/%.o: CFLAGS += -DUSEOSS
OBJS += plugins/dfsound/oss.o