aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/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/arch/x86/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/arch/x86/Makefile')
-rw-r--r--xen/arch/x86/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index b961585a33..ce98fd98fa 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -78,10 +78,10 @@ $(TARGET)-syms: $(ALL_OBJS) xen.lds
$(@D)/.$(@F).1.o -o $@
rm -f $(@D)/.$(@F).[0-9]*
-asm-offsets.s: $(TARGET_SUBARCH)/asm-offsets.c $(HDRS)
+asm-offsets.s: $(TARGET_SUBARCH)/asm-offsets.c
$(CC) $(CFLAGS) -S -o $@ $<
-xen.lds: $(TARGET_SUBARCH)/xen.lds.S $(HDRS)
+xen.lds: $(TARGET_SUBARCH)/xen.lds.S
$(CC) -P -E -Ui386 $(AFLAGS) -o $@ $<
boot/mkelf32: boot/mkelf32.c
@@ -90,4 +90,4 @@ boot/mkelf32: boot/mkelf32.c
.PHONY: clean
clean::
rm -f asm-offsets.s xen.lds boot/*.o boot/*~ boot/core boot/mkelf32
- rm -f $(BASEDIR)/.xen-syms.[0-9]*
+ rm -f $(BASEDIR)/.xen-syms.[0-9]* boot/.*.d