aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.target2
-rw-r--r--target-i386/cpu.c (renamed from target-i386/cpuid.c)0
2 files changed, 1 insertions, 1 deletions
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
index 465ea15f45..465ea15f45 100644
--- a/target-i386/cpuid.c
+++ b/target-i386/cpu.c