[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] helpers: init-dom0less: Drop libxenevtchn from LDLIBS
commit 0a7622b603f959db3e7128d6a82ed0e7aa802e7b Author: Michal Orzel <michal.orzel@xxxxxxx> AuthorDate: Tue Jun 10 11:33:26 2025 +0200 Commit: Michal Orzel <michal.orzel@xxxxxxx> CommitDate: Thu Jun 12 12:42:51 2025 +0200 helpers: init-dom0less: Drop libxenevtchn from LDLIBS It hasn't been used since the introduction of the script. Also drop relevant CFLAGS and header inclusion. Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- tools/helpers/Makefile | 3 +-- tools/helpers/init-dom0less.c | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/helpers/Makefile b/tools/helpers/Makefile index 09590eb5b6..8262d9e75a 100644 --- a/tools/helpers/Makefile +++ b/tools/helpers/Makefile @@ -36,8 +36,7 @@ $(INIT_DOM0LESS_OBJS): CFLAGS += $(CFLAGS_libxentoollog) $(INIT_DOM0LESS_OBJS): CFLAGS += $(CFLAGS_libxenstore) $(INIT_DOM0LESS_OBJS): CFLAGS += $(CFLAGS_libxenlight) $(INIT_DOM0LESS_OBJS): CFLAGS += $(CFLAGS_libxenctrl) -$(INIT_DOM0LESS_OBJS): CFLAGS += $(CFLAGS_libxenevtchn) -init-dom0less: LDLIBS += $(call xenlibs-ldlibs,ctrl evtchn toollog store light guest foreignmemory) +init-dom0less: LDLIBS += $(call xenlibs-ldlibs,ctrl toollog store light guest foreignmemory) .PHONY: all all: $(TARGETS) diff --git a/tools/helpers/init-dom0less.c b/tools/helpers/init-dom0less.c index 91edf17b6c..a182dce563 100644 --- a/tools/helpers/init-dom0less.c +++ b/tools/helpers/init-dom0less.c @@ -10,7 +10,6 @@ #include <xenctrl.h> #include <xenguest.h> #include <libxl.h> -#include <xenevtchn.h> #include <xenforeignmemory.h> #include <xen/io/xs_wire.h> -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |