blob: d0ae91b12270863dacb6290540008450ce2e155f (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- xen-4.0.1/tools/Makefile
+++ xen-4.0.1.mod/tools/Makefile
@@ -29,7 +28,6 @@
SUBDIRS-$(CONFIG_NetBSD) += xenbackendd
SUBDIRS-y += libfsimage
SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
-SUBDIRS-$(CONFIG_Linux) += fs-back
SUBDIRS-$(CONFIG_NetBSD) += fs-back
SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir
SUBDIRS-y += xenpmd
|