Re: [PATCH 05/26] target/mips: Rename dsp_helper.c as mod-mips-dsp_helper.c

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > 'MIPS DSP' is defined as a Module by MIPS, rename it as > mod-mips-dsp_helper.c. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/{dsp_helper.c => mod-mips-dsp_helper.c} | 0 > target/mips/meson.build |

[PATCH 05/26] target/mips: Rename dsp_helper.c as mod-mips-dsp_helper.c

2020-11-20 Thread Philippe Mathieu-Daudé
'MIPS DSP' is defined as a Module by MIPS, rename it as mod-mips-dsp_helper.c. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/{dsp_helper.c => mod-mips-dsp_helper.c} | 0 target/mips/meson.build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tar