Skip to content

Commit 87b8968

Browse files
lauxinwlijinxia
authored andcommitted
tools: acrn-crashlog: file system utils for acrn-crashlog
This file provides file system operations for acrn-crashlog. Signed-off-by: Liu Xinwu <xinwu.liu@intel.com> Reviewed-by: Zhang Yanmin <yanmin.zhang@intel.com> Reviewed-by: Liu Chuansheng <chuansheng.liu@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> Acked-by: Eddie Dong <Eddie.dong@intel.com>
1 parent 88ba420 commit 87b8968

File tree

3 files changed

+720
-1
lines changed

3 files changed

+720
-1
lines changed

tools/acrn-crashlog/common/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
objects = log_sys.o \
22
strutils.o \
3-
cmdutils.o
3+
cmdutils.o \
4+
fsutils.o
45

56
all: check_obj $(objects)
67
check_obj:

0 commit comments

Comments
 (0)