Skip to content

Commit 795d6de

Browse files
mingqiangchiacrnsi
authored andcommitted
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>
1 parent 350d6a9 commit 795d6de

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

hypervisor/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ INCLUDE_PATH += include/common
112112
INCLUDE_PATH += include/arch/x86
113113
INCLUDE_PATH += include/arch/x86/boot
114114
INCLUDE_PATH += include/arch/x86/guest
115+
INCLUDE_PATH += include/arch/x86/lib
115116
INCLUDE_PATH += include/debug
116117
INCLUDE_PATH += include/public
117118
INCLUDE_PATH += include/dm
@@ -208,8 +209,8 @@ C_SRCS += arch/x86/guest/vmexit.c
208209
S_SRCS += arch/x86/guest/vmx_asm.S
209210
C_SRCS += arch/x86/guest/trusty.c
210211
C_SRCS += arch/x86/cat.c
212+
C_SRCS += arch/x86/lib/memory.c
211213
C_SRCS += lib/string.c
212-
C_SRCS += lib/memory.c
213214
C_SRCS += lib/crypto/crypto_api.c
214215
C_SRCS += lib/crypto/mbedtls/hkdf.c
215216
C_SRCS += lib/crypto/mbedtls/sha256.c
File renamed without changes.

0 commit comments

Comments
 (0)