mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 02:24:45 +00:00
tools: acrn-crashlog: configuration module of acrnprobe
To show the relationship between configuration items more clearly, acrnprobe chose xml as its configuration file format. This file provides functions to parse configuration and load them into global variable conf. 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>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
BASEDIR := $(shell pwd)
|
||||
|
||||
LIBS = -lpthread -lxml2 -lcrypto -lrt -lsystemd -ltelemetry
|
||||
INCLUDE += -I $(BASEDIR)/include
|
||||
INCLUDE += -I $(BASEDIR)/include -I /usr/include/libxml2
|
||||
CFLAGS += $(INCLUDE)
|
||||
CFLAGS += -g -O0 -std=gnu11
|
||||
CFLAGS += -ffunction-sections -fdata-sections
|
||||
|
||||
Reference in New Issue
Block a user