On 1/20/17 11:37 AM, Doug Goldstein wrote: > On 1/19/17 8:34 PM, Daniel Kiper wrote: >> diff --git a/xen/arch/x86/boot/Makefile b/xen/arch/x86/boot/Makefile >> index 5fdb5ae..6d20646 100644 >> --- a/xen/arch/x86/boot/Makefile >> +++ b/xen/arch/x86/boot/Makefile >> @@ -1,8 +1,15 @@ >> obj-bin-y += head.o >> >> -RELOC_DEPS = $(BASEDIR)/include/asm-x86/config.h >> $(BASEDIR)/include/xen/multiboot.h >> +DEFS_H_DEPS = defs.h $(BASEDIR)/include/xen/stdbool.h >> >> -head.o: reloc.S >> +CMDLINE_DEPS = $(DEFS_H_DEPS) video.h >> + >> +RELOC_DEPS = $(DEFS_H_DEPS) $(BASEDIR)/include/xen/multiboot.h > > So when this was patch 8 this previously had: > > +RELOC_DEPS = $(DEFS_H_DEPS) $(BASEDIR)/include/xen/multiboot.h \ > + $(BASEDIR)/include/xen/multiboot2.h > > Which its now moved to patch 1 so obviously can't include multiboot2.h > but then patch 2 in this series fails to add this and patch 5 fails to > add this. >
Ignore this. I missed it in patch 2 at first. -- Doug Goldstein
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel