aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>2007-01-26 18:34:36 +0000
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>2007-01-26 18:34:36 +0000
commit9c8c190b9ba02147eed4e9d4298284ab10c876b1 (patch)
treedcd5adae7ab76cb001fb1e2cf8ac49ba84c8d3ff /xen/common/Makefile
parent8536211db6656ac55bb97a84870a3efdf878bb46 (diff)
downloadxen-9c8c190b9ba02147eed4e9d4298284ab10c876b1.tar.gz
xen-9c8c190b9ba02147eed4e9d4298284ab10c876b1.tar.bz2
xen-9c8c190b9ba02147eed4e9d4298284ab10c876b1.zip
Add RCU support to Xen.
Signed-off-by: Jose Renato Santos <jsantos@hpl.hp.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 8a0ec04af0..c5bf1a117e 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -26,6 +26,7 @@ obj-y += trace.o
obj-y += version.o
obj-y += vsprintf.o
obj-y += xmalloc.o
+obj-y += rcupdate.o
obj-$(perfc) += perfc.o
obj-$(crash_debug) += gdbstub.o