aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-14 10:13:30 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-14 10:13:30 +0100
commit5afdabbf824c995b6d66b4e69cd85c8948a3edb8 (patch)
tree548a18b0d885cb67e13f4f9c08aa7a9477fb6480 /xen/common/Makefile
parente1e86ff4a2e1fbabe545035b3426a1dd65e6ee78 (diff)
downloadxen-5afdabbf824c995b6d66b4e69cd85c8948a3edb8.tar.gz
xen-5afdabbf824c995b6d66b4e69cd85c8948a3edb8.tar.bz2
xen-5afdabbf824c995b6d66b4e69cd85c8948a3edb8.zip
Import raw notifier subsystem from Linux.
Signed-off-by: Keir Fraser <keir.fraser@citrix.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 a8d093f773..5a71473f2a 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -11,6 +11,7 @@ obj-y += kexec.o
obj-y += lib.o
obj-y += memory.o
obj-y += multicall.o
+obj-y += notifier.o
obj-y += page_alloc.o
obj-y += rangeset.o
obj-y += sched_credit.o