From 88ca012a1f0bb89d481e506eb4738382062da55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 5 Apr 2012 01:29:39 +0200 Subject: [PATCH] target-sparc: Rename cpu_init.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Align QOM'ified targets, with a view to simplify Makefile.target. Signed-off-by: Andreas Färber Signed-off-by: Blue Swirl --- Makefile.target | 2 +- target-sparc/{cpu_init.c => cpu.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename target-sparc/{cpu_init.c => cpu.c} (100%) diff --git a/Makefile.target b/Makefile.target index 999a968abe..14c8fa18fc 100644 --- a/Makefile.target +++ b/Makefile.target @@ -96,7 +96,7 @@ libobj-$(TARGET_ARM) += cpu.o libobj-$(TARGET_S390X) += cpu.o ifeq ($(TARGET_BASE_ARCH), sparc) libobj-y += fop_helper.o cc_helper.o win_helper.o mmu_helper.o ldst_helper.o -libobj-y += cpu_init.o +libobj-y += cpu.o endif libobj-$(TARGET_SPARC) += int32_helper.o libobj-$(TARGET_SPARC64) += int64_helper.o diff --git a/target-sparc/cpu_init.c b/target-sparc/cpu.c similarity index 100% rename from target-sparc/cpu_init.c rename to target-sparc/cpu.c