aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6.11-xen-sparse/drivers/xen/xenbus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.6.11-xen-sparse/drivers/xen/xenbus/Makefile')
-rw-r--r--linux-2.6.11-xen-sparse/drivers/xen/xenbus/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/linux-2.6.11-xen-sparse/drivers/xen/xenbus/Makefile b/linux-2.6.11-xen-sparse/drivers/xen/xenbus/Makefile
new file mode 100644
index 0000000000..fc36f5ded6
--- /dev/null
+++ b/linux-2.6.11-xen-sparse/drivers/xen/xenbus/Makefile
@@ -0,0 +1,10 @@
+obj-y += xenbus.o
+
+xenbus-objs =
+xenbus-objs += xenbus_comms.o
+xenbus-objs += xenbus_xs.o
+xenbus-objs += xenbus_probe.o
+
+XEN_TOOLS_DIR := "../tools"
+vpath %.h $(XEN_TOOLS_DIR)
+EXTRA_CFLAGS += -I $(XEN_TOOLS_DIR)