-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
1020-xen-tools-qubes-vm.patch
58 lines (51 loc) · 1.51 KB
/
1020-xen-tools-qubes-vm.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
From 3bd7f176951430351845a64752a0c5aafea53871 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?=
Date: Sat, 26 Nov 2022 05:55:50 +0100
Subject: [PATCH] Do not build stuff irrelevant for VM
---
tools/Makefile | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 9e28027835..bf06a778bb 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -6,40 +6,17 @@ include $(XEN_ROOT)/tools/Rules.mk
SUBDIRS-y :=
SUBDIRS-y += libs
-SUBDIRS-y += flask
-SUBDIRS-y += fuzz
SUBDIRS-y += xs-clients
SUBDIRS-$(XENSTORE_XENSTORED) += xenstored
-SUBDIRS-y += misc
-SUBDIRS-y += examples
SUBDIRS-y += hotplug
-SUBDIRS-y += xentrace
-SUBDIRS-$(CONFIG_XCUTILS) += xcutils
-SUBDIRS-$(CONFIG_X86) += firmware
-SUBDIRS-y += console
-SUBDIRS-y += xenmon
-SUBDIRS-$(XENSTAT_XENTOP) += xentop
-SUBDIRS-$(CONFIG_LIBFSIMAGE) += libfsimage
SUBDIRS-$(CONFIG_Linux) += vchan
-# do not recurse in to a dir we are about to delete
-ifneq "$(MAKECMDGOALS)" "distclean"
-SUBDIRS-$(CONFIG_QEMU_TRAD) += qemu-xen-traditional-dir
-SUBDIRS-$(CONFIG_QEMU_XEN) += qemu-xen-dir
-endif
-
-SUBDIRS-y += xenpmd
SUBDIRS-$(CONFIG_GOLANG) += golang
SUBDIRS-y += xl
SUBDIRS-y += helpers
SUBDIRS-y += 9pfsd
-SUBDIRS-$(CONFIG_X86) += xenpaging
-SUBDIRS-$(CONFIG_X86) += debugger
-SUBDIRS-$(CONFIG_TESTS) += tests
SUBDIRS-y += python
-SUBDIRS-$(CONFIG_PYGRUB) += pygrub
-SUBDIRS-$(OCAML_TOOLS) += ocaml
ifeq ($(CONFIG_RUMP),y)
SUBDIRS-y := libs
--
2.37.3