]> xenbits.xensource.com Git - xen.git/commitdiff
tools/xenstored: remove unneeded libxenguest reference
authorJuergen Gross <jgross@suse.com>
Thu, 10 Oct 2024 15:54:58 +0000 (17:54 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 11 Oct 2024 10:09:52 +0000 (11:09 +0100)
Today the xenstored Makefile contains an unneeded reference to the
not used libxenguest library.

Remove it.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/xenstored/Makefile.common

index ef63ef650c233ecb49327ec6db3694bc96d23ad5..27fdb3b49e4820db48c2da3cf8ae53211de63534 100644 (file)
@@ -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)