aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-20 18:25:01 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-20 18:25:01 +0100
commitdb3a615c3149f260749e7f711604feefcbbf08c8 (patch)
tree75d5b5b5bc99fe36b3291fd2d0773d4dc7638445 /xen/arch/x86/Makefile
parent652e141b623c51178a0de4a59e6b2b6a2e4edb48 (diff)
downloadxen-db3a615c3149f260749e7f711604feefcbbf08c8.tar.gz
xen-db3a615c3149f260749e7f711604feefcbbf08c8.tar.bz2
xen-db3a615c3149f260749e7f711604feefcbbf08c8.zip
Fix Xen target image dependencies.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/Makefile')
-rw-r--r--xen/arch/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index 429cec1b69..014e5f31d8 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -55,7 +55,7 @@ $(TARGET): $(TARGET)-syms boot/mkelf32
./boot/mkelf32 $(TARGET)-syms $(TARGET) 0x100000 \
`$(NM) $(TARGET)-syms | sort | tail -n 1 | sed -e 's/^\([^ ]*\).*/0x\1/'`
-$(TARGET)-syms: boot/$(TARGET_SUBARCH).o xen.lds
+$(TARGET)-syms: boot/$(TARGET_SUBARCH).o $(ALL_OBJS) xen.lds
$(LD) $(LDFLAGS) -T xen.lds -N \
boot/$(TARGET_SUBARCH).o $(ALL_OBJS) -o $@
$(NM) -n $@ | $(BASEDIR)/tools/symbols >$(BASEDIR)/xen-syms.S