For simplity rename filename constant_timer.c with timer.c on LoongArch.

Signed-off-by: Bibo Mao <[email protected]>
---
 target/loongarch/tcg/meson.build                   | 2 +-
 target/loongarch/tcg/{constant_timer.c => timer.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename target/loongarch/tcg/{constant_timer.c => timer.c} (100%)

diff --git a/target/loongarch/tcg/meson.build b/target/loongarch/tcg/meson.build
index b7adfe46f1..0b013875cc 100644
--- a/target/loongarch/tcg/meson.build
+++ b/target/loongarch/tcg/meson.build
@@ -13,7 +13,7 @@ loongarch_ss.add(files(
 ))
 
 loongarch_system_ss.add(files(
-  'constant_timer.c',
+  'timer.c',
   'csr_helper.c',
   'iocsr_helper.c',
   'tlb_helper.c',
diff --git a/target/loongarch/tcg/constant_timer.c 
b/target/loongarch/tcg/timer.c
similarity index 100%
rename from target/loongarch/tcg/constant_timer.c
rename to target/loongarch/tcg/timer.c
-- 
2.54.0


Reply via email to