mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-10 12:32:45 +00:00
hv:move several files related X86 for lib
modified: Makefile renamed: lib/memory.c -> arch/x86/lib/memory.c renamed: include/lib/atomic.h -> include/arch/x86/lib/atomic.h renamed: include/lib/bits.h -> include/arch/x86/lib/bits.h renamed: include/lib/spinlock.h -> include/arch/x86/lib/spinlock.h Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
parent
350d6a9eb6
commit
795d6de0fb
@ -112,6 +112,7 @@ INCLUDE_PATH += include/common
|
||||
INCLUDE_PATH += include/arch/x86
|
||||
INCLUDE_PATH += include/arch/x86/boot
|
||||
INCLUDE_PATH += include/arch/x86/guest
|
||||
INCLUDE_PATH += include/arch/x86/lib
|
||||
INCLUDE_PATH += include/debug
|
||||
INCLUDE_PATH += include/public
|
||||
INCLUDE_PATH += include/dm
|
||||
@ -208,8 +209,8 @@ C_SRCS += arch/x86/guest/vmexit.c
|
||||
S_SRCS += arch/x86/guest/vmx_asm.S
|
||||
C_SRCS += arch/x86/guest/trusty.c
|
||||
C_SRCS += arch/x86/cat.c
|
||||
C_SRCS += arch/x86/lib/memory.c
|
||||
C_SRCS += lib/string.c
|
||||
C_SRCS += lib/memory.c
|
||||
C_SRCS += lib/crypto/crypto_api.c
|
||||
C_SRCS += lib/crypto/mbedtls/hkdf.c
|
||||
C_SRCS += lib/crypto/mbedtls/sha256.c
|
||||
|
Loading…
Reference in New Issue
Block a user