|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] add dependency shadow.c and shadow_guest32.c
Seems this patch is not in xen-unstable tree.
-Xin
>-----Original Message-----
>From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
>[mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of
>Nakajima, Jun
>Sent: 2005年12月4日 3:18
>To: xen-devel@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-devel] [PATCH] add dependency shadow.c and
>shadow_guest32.c
>
>Just one line change, but avoid mistakes.
>
>Signed-off-by: Jun Nakajima <jun.nakajima@xxxxxxxxx>
>
>diff -r d234a8cfc4ca xen/arch/x86/Makefile
>--- a/xen/arch/x86/Makefile Sat Dec 3 17:41:16 2005 +0100
>+++ b/xen/arch/x86/Makefile Sat Dec 3 12:16:38 2005 -0700
>@@ -62,6 +62,8 @@
> boot/mkelf32: boot/mkelf32.c
> $(HOSTCC) $(HOSTCFLAGS) -o $@ $<
>
>+shadow_guest32.o: shadow.c
>+
> clean:
> rm -f *.o *.s *~ core boot/*.o boot/*~ boot/core boot/mkelf32
> rm -f x86_32/*.o x86_32/*~ x86_32/core
>
>
>Jun
>---
>Intel Open Source Technology Center
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|