From 8ba4890677c46e3eca0b6546c35d07dbf7388695 Mon Sep 17 00:00:00 2001 From: hangliu1 Date: Tue, 30 Sep 2025 15:00:32 +0800 Subject: [PATCH] hv: x86: modify Makefile to enable compile enable complile for pagemisc.c and pgtable.c Tracked-On: #8831 Signed-off-by: hangliu1 Reviewed-by: Liu, Yifan1 Acked-by: Wang, Yu1 --- hypervisor/arch/x86/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypervisor/arch/x86/Makefile b/hypervisor/arch/x86/Makefile index bb5a7ca72..857ad6d30 100644 --- a/hypervisor/arch/x86/Makefile +++ b/hypervisor/arch/x86/Makefile @@ -68,6 +68,8 @@ HW_C_SRCS += arch/x86/platform_caps.c HW_C_SRCS += arch/x86/security.c HW_C_SRCS += arch/x86/mmu.c HW_C_SRCS += arch/x86/e820.c +HW_C_SRCS += arch/x86/pagemisc.c +HW_C_SRCS += arch/x86/pgtable.c HW_C_SRCS += arch/x86/notify.c HW_C_SRCS += arch/x86/vtd.c HW_C_SRCS += arch/x86/gdt.c