|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] tools: Fix helpers build
commit 9ae6772f13f5d770aa5763fdbb747ff4bf9f6267
Author: Mykyta Poturai <mykyta_poturai@xxxxxxxx>
AuthorDate: Thu May 21 09:13:27 2026 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Thu May 21 09:13:27 2026 +0200
tools: Fix helpers build
Init helpers sometimes fail to rebuild after switching branches,
which results in runtime faults.
Fix this by adding missing DEPS_INCLUDE to the Makefile.
Signed-off-by: Mykyta Poturai <mykyta_poturai@xxxxxxxx>
Reviewed-by: Denis Mukhin <dmukhin@xxxxxxxx>
Acked-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
---
tools/helpers/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/helpers/Makefile b/tools/helpers/Makefile
index 8262d9e75a..11db7d8982 100644
--- a/tools/helpers/Makefile
+++ b/tools/helpers/Makefile
@@ -64,3 +64,5 @@ clean:
$(RM) *.o $(TARGETS) $(DEPS_RM)
distclean: clean
+
+-include $(DEPS_INCLUDE)
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |