aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-22 09:35:50 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-22 09:35:50 +0000
commit7ecfc1cfff3985ae47de849bf0ea06591a1d1c23 (patch)
tree2d28b713f2bab2db1ce3f3defdd0287867940f51 /xen/common/Makefile
parentd46c9ce0d7b805e6b4bbf54b381728a391e23e45 (diff)
downloadxen-7ecfc1cfff3985ae47de849bf0ea06591a1d1c23.tar.gz
xen-7ecfc1cfff3985ae47de849bf0ea06591a1d1c23.tar.bz2
xen-7ecfc1cfff3985ae47de849bf0ea06591a1d1c23.zip
[XENOPROFILE] Move code under xen/arch/x86/oprofile to xen/common.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
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 b076e2a6a0..770c4b376f 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -29,6 +29,7 @@ obj-y += xmalloc.o
obj-$(perfc) += perfc.o
obj-$(crash_debug) += gdbstub.o
+obj-$(xenoprof) += xenoprof.o
# Object file contains changeset and compiler information.
version.o: $(BASEDIR)/include/xen/compile.h