File tree Expand file tree Collapse file tree 5 files changed +2
-1
lines changed Expand file tree Collapse file tree 5 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ INCLUDE_PATH += include/common
112
112
INCLUDE_PATH += include/arch/x86
113
113
INCLUDE_PATH += include/arch/x86/boot
114
114
INCLUDE_PATH += include/arch/x86/guest
115
+ INCLUDE_PATH += include/arch/x86/lib
115
116
INCLUDE_PATH += include/debug
116
117
INCLUDE_PATH += include/public
117
118
INCLUDE_PATH += include/dm
@@ -208,8 +209,8 @@ C_SRCS += arch/x86/guest/vmexit.c
208
209
S_SRCS += arch/x86/guest/vmx_asm.S
209
210
C_SRCS += arch/x86/guest/trusty.c
210
211
C_SRCS += arch/x86/cat.c
212
+ C_SRCS += arch/x86/lib/memory.c
211
213
C_SRCS += lib/string.c
212
- C_SRCS += lib/memory.c
213
214
C_SRCS += lib/crypto/crypto_api.c
214
215
C_SRCS += lib/crypto/mbedtls/hkdf.c
215
216
C_SRCS += lib/crypto/mbedtls/sha256.c
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments