Skip to content

Commit 3614804

Browse files
lifeixjren1
authored andcommitted
Move s[n]printf to lib for release
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
1 parent 819845c commit 3614804

File tree

6 files changed

+840
-746
lines changed

6 files changed

+840
-746
lines changed

hypervisor/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ C_SRCS += lib/strncpy.c
139139
C_SRCS += lib/crypto/tinycrypt/hmac.c
140140
C_SRCS += lib/crypto/tinycrypt/sha256.c
141141
C_SRCS += lib/crypto/hkdf.c
142+
C_SRCS += lib/sprintf.c
142143
C_SRCS += common/hv_main.c
143144
C_SRCS += common/hypercall.c
144145
C_SRCS += common/schedule.c

0 commit comments

Comments
 (0)