|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] When building in separate object directory entry.o fails
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID f01ba22e044cc969a02b119fdf19d85f7c3bb795
# Parent a1f7e01b0990a378584e718e6d48eac38824fdb9
When building in separate object directory entry.o fails building
because entry.S includes syscall_table.S but it's in the wrong
directory. This simply adds the obj-dir to the include search path.
Signed-off-by: Chris Wright <chrisw@xxxxxxxx>
diff -r a1f7e01b0990 -r f01ba22e044c
linux-2.6-xen-sparse/arch/xen/i386/kernel/Makefile
--- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/Makefile Tue Aug 9
10:42:51 2005
+++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/Makefile Tue Aug 9
10:47:41 2005
@@ -92,6 +92,7 @@
$(obj)/vsyscall-int80.S: $(obj)/vsyscall-sigreturn.S
+EXTRA_AFLAGS += -I$(obj)
$(obj)/entry.o: $(src)/entry.S $(src)/syscall_table.S
obj-y += $(c-obj-y) $(s-obj-y)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] When building in separate object directory entry.o fails building,
Xen patchbot -unstable <=
|
|
|
|
|