diff --git a/hypervisor/Makefile b/hypervisor/Makefile index cb9d4acf1..2aadfcce9 100644 --- a/hypervisor/Makefile +++ b/hypervisor/Makefile @@ -82,7 +82,7 @@ C_SRCS += boot/acpi.c C_SRCS += boot/dmar_parse.c C_SRCS += arch/x86/ioapic.c C_SRCS += arch/x86/intr_lapic.c -S_SRCS += arch/x86/cpu_secondary.S +S_SRCS += arch/x86/trampline.S C_SRCS += arch/x86/cpu.c C_SRCS += arch/x86/softirq.c C_SRCS += arch/x86/cpuid.c diff --git a/hypervisor/arch/x86/cpu_secondary.S b/hypervisor/arch/x86/trampline.S similarity index 100% rename from hypervisor/arch/x86/cpu_secondary.S rename to hypervisor/arch/x86/trampline.S