From 05592e02ad24568f053867afdb98ff3aa0323b54 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Thu, 17 Aug 2006 16:32:30 +0100 Subject: [HVM] Allow xenbus to run in an HVM guest. Signed-off-by: Steven Smith --- unmodified_drivers/linux-2.6/xenbus/Kbuild | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 unmodified_drivers/linux-2.6/xenbus/Kbuild (limited to 'unmodified_drivers/linux-2.6/xenbus') 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 -- cgit v1.2.3