spu: c64x: fix cache handling, enable l2
[pcsx_rearmed.git] / plugins / dfsound / Makefile.c64p
1 ifndef C64_TOOLS_DSP_ROOT
2 $(error need C64_TOOLS_DSP_ROOT)
3 endif
4
5 include $(C64_TOOLS_DSP_ROOT)/install.mk
6
7 TARGET_BASENAME = pcsxr_spu
8 OPTFLAGS += -o3
9 CFLAGS += -mo
10 #CFLAGS += -k -mw
11 CFLAGS += -DNO_OS -DWANT_THREAD_CODE
12
13 OBJ = \
14         spu_c64x_dspcode.o64
15
16 include $(C64_TOOLS_DSP_ROOT)/build_area3.mk
17 include $(C64_TOOLS_DSP_ROOT)/build.mk