aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-08 13:08:37 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-08 13:08:37 +0000
commit68b1230ae3933388add17859b370abeac28fb754 (patch)
treec1e72943194e6f51bda3a210ba4e2e5fbd8ac24c /xen/common/Makefile
parentc6d8d541e9073453eb94d5450a4bac9826559b74 (diff)
downloadxen-68b1230ae3933388add17859b370abeac28fb754.tar.gz
xen-68b1230ae3933388add17859b370abeac28fb754.tar.bz2
xen-68b1230ae3933388add17859b370abeac28fb754.zip
Auto-build dependency files in hypervisor build tree.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 1c7edffcfc..3054f2e271 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -42,13 +42,3 @@ subdir-$(x86_64) += hvm
subdir-$(ia64) += hvm
subdir-y += libelf
-
-# Object file contains changeset and compiler information.
-version.o: $(BASEDIR)/include/xen/compile.h
-
-ifeq ($(CONFIG_COMPAT),y)
-# extra dependencies
-grant_table.o: compat/grant_table.c
-schedule.o: compat/schedule.c
-xenoprof.o: compat/xenoprof.c
-endif