Today the xenstored Makefile contains an unneeded reference to the not used libxenguest library.
Remove it. Signed-off-by: Juergen Gross <[email protected]> --- tools/xenstored/Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/xenstored/Makefile.common b/tools/xenstored/Makefile.common index ef63ef650c..27fdb3b49e 100644 --- a/tools/xenstored/Makefile.common +++ b/tools/xenstored/Makefile.common @@ -13,7 +13,6 @@ XENSTORED_OBJS-$(CONFIG_MiniOS) += minios.o lu_minios.o CFLAGS += -include $(XEN_ROOT)/tools/config.h CFLAGS += $(CFLAGS_libxenevtchn) CFLAGS += $(CFLAGS_libxenctrl) -CFLAGS += $(CFLAGS_libxenguest) CFLAGS += $(CFLAGS_libxentoolcore) $(XENSTORED_OBJS-y): CFLAGS += $(CFLAGS_libxengnttab) -- 2.43.0
