[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [v2][PATCH] tools/hvmloader: link errno.h from xen internal
>>> On 03.11.14 at 12:22, <tiejun.chen@xxxxxxxxx> wrote: > Are you saying that dependency? > > @@ -87,6 +87,11 @@ endif > all: subdirs-all > $(MAKE) hvmloader > > +subdirs-all: errno > + > +errno: > + ln -sf $(XEN_ROOT)/xen/include/xen/errno.h . > + > ovmf.o rombios.o seabios.o hvmloader.o: roms.inc > smbios.o: CFLAGS += -D__SMBIOS_DATE__="\"$(shell date +%m/%d/%Y)\"" Another step in the right direction. If now you also change the target to be "errno.h" instead of "errno", we'll have what we want. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |