Commit | Line | Data |
---|---|---|
de4a0279 | 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 | |
0c1151fe | 8 | OPTFLAGS += -o3 |
9 | CFLAGS += -mo | |
10 | #CFLAGS += -k -mw | |
de4a0279 | 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 |