aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/xenbus
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-17 16:32:30 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-17 16:32:30 +0100
commit05592e02ad24568f053867afdb98ff3aa0323b54 (patch)
treebd7b5b8e583b1538798ebfe1eae2ebb428e45ed7 /unmodified_drivers/linux-2.6/xenbus
parent66f06183699015de464d8f5c79e6233ad48a9d2d (diff)
downloadxen-05592e02ad24568f053867afdb98ff3aa0323b54.tar.gz
xen-05592e02ad24568f053867afdb98ff3aa0323b54.tar.bz2
xen-05592e02ad24568f053867afdb98ff3aa0323b54.zip
[HVM] Allow xenbus to run in an HVM guest.
Signed-off-by: Steven Smith <ssmith@xensource.com>
Diffstat (limited to 'unmodified_drivers/linux-2.6/xenbus')
-rw-r--r--unmodified_drivers/linux-2.6/xenbus/Kbuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/unmodified_drivers/linux-2.6/xenbus/Kbuild b/unmodified_drivers/linux-2.6/xenbus/Kbuild
new file mode 100644
index 0000000000..1a463ab6e3
--- /dev/null
+++ b/unmodified_drivers/linux-2.6/xenbus/Kbuild
@@ -0,0 +1,10 @@
+include $(M)/overrides.mk
+
+obj-m += xenbus.o
+xenbus-objs =
+xenbus-objs += xenbus_comms.o
+xenbus-objs += xenbus_xs.o
+xenbus-objs += xenbus_probe.o
+xenbus-objs += xenbus_dev.o
+xenbus-objs += xenbus_client.o
+xenbus-objs += xen_proc.o