diff --git a/Makefile.target b/Makefile.target index 14c8fa18fc..1110796e48 100644 --- a/Makefile.target +++ b/Makefile.target @@ -87,7 +87,7 @@ endif endif libobj-y += helper.o ifeq ($(TARGET_BASE_ARCH), i386) -libobj-y += cpuid.o +libobj-y += cpu.o endif libobj-$(TARGET_SPARC64) += vis_helper.o libobj-$(CONFIG_NEED_MMU) += mmu.o diff --git a/target-i386/cpuid.c b/target-i386/cpu.c similarity index 100% rename from target-i386/cpuid.c rename to target-i386/cpu.c