mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 20:39:59 +00:00
tools: acrn-crashlog: compile without telemetrics client
Define a macro HAVE_TELEMETRICS_CLIENT to distinguish the compiling environment which is not include telemetrics client. Signed-off-by: Liu, Xinwu <xinwu.liu@intel.com> Reviewed-by: Jack Ren <jack.ren@intel.com>
This commit is contained in:
@@ -6,7 +6,7 @@ all: include/version.h check_obj usercrash_s usercrash_c debugger
|
||||
CURRDIR := $(shell pwd)
|
||||
INCLUDE += -I $(CURRDIR)/include/
|
||||
|
||||
LIBS = -levent -lpthread $(SYSTEMD_LIBS)
|
||||
LIBS = -levent -lpthread $(EXTRA_LIBS)
|
||||
|
||||
usercrash_s: $(BUILDDIR)/usercrash/obj/protocol.o \
|
||||
$(BUILDDIR)/usercrash/obj/server.o \
|
||||
|
Reference in New Issue
Block a user