aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/compat
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/compat
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/compat')
-rw-r--r--xen/common/compat/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/common/compat/Makefile b/xen/common/compat/Makefile
index dfab7bc77c..9a36a3dcd3 100644
--- a/xen/common/compat/Makefile
+++ b/xen/common/compat/Makefile
@@ -3,7 +3,3 @@ obj-y += kernel.o
obj-y += memory.o
obj-y += multicall.o
obj-y += xlat.o
-
-# extra dependencies
-kernel.o: ../kernel.c
-multicall.o: ../multicall.c