From a3f7ce6c7c830410d54f495b184d55a846a6e837 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sat, 5 Sep 2020 22:43:19 +0200 Subject: [PATCH] tools: don't build/ship xenmon It can't run with Python 3, and I'm not going to fix it. Signed-off-by: Hans van Kranenburg Gbp-Pq: Name 0024-tools-don-t-build-ship-xenmon.patch --- tools/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index c10946e3b1..c5a6f5cf68 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -17,7 +17,6 @@ SUBDIRS-y += xentrace SUBDIRS-$(CONFIG_XCUTILS) += xcutils SUBDIRS-$(CONFIG_X86) += firmware SUBDIRS-y += console -SUBDIRS-y += xenmon SUBDIRS-y += xenstat SUBDIRS-$(CONFIG_NetBSD) += xenbackendd SUBDIRS-y += libfsimage -- 2.30.2