On 13.01.2026 09:45, Mykyta Poturai wrote: > --- a/tools/misc/Makefile > +++ b/tools/misc/Makefile > @@ -16,7 +16,6 @@ INSTALL_BIN += xencov_split > INSTALL_BIN += $(INSTALL_BIN-y) > > # Everything to be installed in regular sbin/ > -INSTALL_SBIN-$(CONFIG_MIGRATE) += xen-hptool > INSTALL_SBIN-$(CONFIG_X86) += xen-hvmcrash > INSTALL_SBIN-$(CONFIG_X86) += xen-hvmctx > INSTALL_SBIN-$(CONFIG_X86) += xen-lowmemd > @@ -34,6 +33,7 @@ INSTALL_SBIN += xenwatchdogd > INSTALL_SBIN += xen-access > INSTALL_SBIN += xen-livepatch > INSTALL_SBIN += xen-diag > +INSTALL_SBIN += xen-hptool > INSTALL_SBIN += $(INSTALL_SBIN-y)
As per [1] I think the line should be edited in place. Jan [1] https://lists.xen.org/archives/html/xen-devel/2026-01/msg00285.html
