mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 15:30:56 +00:00
hv: modularization: move multiboot files to dedicate sub-directory
Create a multiboot module under the boot directory and move multiboot files as part of this. Tracked-On: #5661 Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
parent
97c9b24030
commit
0ace40b679
@ -193,9 +193,9 @@ endif
|
||||
# platform boot component
|
||||
BOOT_S_SRCS += arch/x86/boot/cpu_primary.S
|
||||
BOOT_S_SRCS += arch/x86/boot/trampoline.S
|
||||
BOOT_C_SRCS += boot/multiboot.c
|
||||
BOOT_C_SRCS += boot/multiboot/multiboot.c
|
||||
ifeq ($(CONFIG_MULTIBOOT2),y)
|
||||
BOOT_C_SRCS += boot/multiboot2.c
|
||||
BOOT_C_SRCS += boot/multiboot/multiboot2.c
|
||||
endif
|
||||
BOOT_C_SRCS += boot/reloc.c
|
||||
BOOT_C_SRCS += arch/x86/ptcm.c
|
||||
|
Loading…
Reference in New Issue
Block a user