aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:37 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:37 +0000
commitb0a4c24ddae72f424710456f054297153565222f (patch)
tree3602d32ea8b6193e8d6dcf7317cab176276e7074 /xen/common/Makefile
parent62320af21e472e4e27791dd5858cc323776aa340 (diff)
downloadxen-b0a4c24ddae72f424710456f054297153565222f.tar.gz
xen-b0a4c24ddae72f424710456f054297153565222f.tar.bz2
xen-b0a4c24ddae72f424710456f054297153565222f.zip
Enable compatibility mode operation for HYPERVISOR_xenoprof_op.
Signed-off-by: Jan Beulich <jbeulich@novell.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 ac4683bb82..1997f461c2 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -45,4 +45,5 @@ ifeq ($(CONFIG_COMPAT),y)
acm_ops.o: compat/acm_ops.c
grant_table.o: compat/grant_table.c
schedule.o: compat/schedule.c
+xenoprof.o: compat/xenoprof.c
endif