'MIPS DSP' is defined as a Module by MIPS, rename it as mod-dsp_helper.c. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> Message-Id: <20201120210844.2625602-6-f4...@amsat.org> --- target/mips/{dsp_helper.c => mod-dsp_helper.c} | 2 ++ target/mips/meson.build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename target/mips/{dsp_helper.c => mod-dsp_helper.c} (99%)
diff --git a/target/mips/dsp_helper.c b/target/mips/mod-dsp_helper.c similarity index 99% rename from target/mips/dsp_helper.c rename to target/mips/mod-dsp_helper.c index 09b6e5fb15a..10a965bd20d 100644 --- a/target/mips/dsp_helper.c +++ b/target/mips/mod-dsp_helper.c @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see <http://www.gnu.org/licenses/>. + * + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include "qemu/osdep.h" diff --git a/target/mips/meson.build b/target/mips/meson.build index 35dbbbf6519..aa6ac67df76 100644 --- a/target/mips/meson.build +++ b/target/mips/meson.build @@ -1,12 +1,12 @@ mips_ss = ss.source_set() mips_ss.add(files( 'cpu.c', - 'dsp_helper.c', 'fpu_helper.c', 'gdbstub.c', 'helper.c', 'lmmi_helper.c', 'op_helper.c', + 'mod-dsp_helper.c', 'mod-msa_helper.c', 'translate.c', -- 2.26.2