hv: x86: modify Makefile to enable compile

enable complile for pagemisc.c and pgtable.c

Tracked-On: #8831
Signed-off-by: hangliu1 <hang1.liu@intel.com>
Reviewed-by: Liu, Yifan1 <yifan1.liu@intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
hangliu1
2025-09-30 15:00:32 +08:00
committed by acrnsi-robot
parent 5dcf336ab3
commit 8ba4890677

View File

@@ -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