cdrom: change pause timing again
[pcsx_rearmed.git] / plugins / dfsound / Makefile.c64p
1 ifndef C64_TOOLS_DSP_ROOT
2 $(error need C64_TOOLS_DSP_ROOT)
3 endif
4 ifndef TI_CGTOOLS
5 $(error need TI_CGTOOLS and stuff, source c64_tools/dsp/setenv.sh)
6 endif
7
8 include $(C64_TOOLS_DSP_ROOT)/install.mk
9
10 TARGET_BASENAME = pcsxr_spu
11 OPTFLAGS += -o3
12 CFLAGS += -mo
13 #CFLAGS += -k -mw
14 CFLAGS += -DNO_OS -DWANT_THREAD_CODE
15
16 OBJ = \
17         spu_c64x_dspcode.o64
18
19 include $(C64_TOOLS_DSP_ROOT)/build_area3.mk
20 include $(C64_TOOLS_DSP_ROOT)/build.mk