X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=b4748fc5d32cacd40b79f0ba1004d7b2f2f5a9cc;hp=b712718ba65c5f4d32e009bd8b195b1834e0e420;hb=7e605697028dd22dbf2d6ee4701add1e31814b1a;hpb=ac545b3a5cc51f7b521a7820b08923d2bbe360c1 diff --git a/Makefile b/Makefile index b712718b..b4748fc5 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ OBJS += libpcsxcore/cdriso.o libpcsxcore/cdrom.o libpcsxcore/cheat.o libpcsxcore # dynarec ifndef NO_NEW_DRC OBJS += libpcsxcore/new_dynarec/new_dynarec.o libpcsxcore/new_dynarec/linkage_arm.o +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