[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [Mini-os] Fix accidentally removed brace causing a build error.
On Thu, 2015-03-12 at 19:08 +0100, Sander Eikelenboom wrote: > Introduced in: > commit bd5920cb92e6799bfd64957284a9e2cfe7699039 > "mini-os: sort objects in binary archives" Damn, I was supposed to fix that on commit and I forgot. Strange/suspicious that my local pre-push build didn't catch the issue, it seems it wasn't properly updating the extra/mini-os checkout due to a coding error in my script. I believe I've now fixed that. > Signed-off-by: Sander Eikelenboom <linux@xxxxxxxxxxxxxx> Acked + applied, plus MINIOS_UPSTREAM_REVISION updated. > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 3e5d95e..2cb5e51 100644 > --- a/Makefile > +++ b/Makefile > @@ -148,7 +148,7 @@ ifeq ($(CONFIG_LWIP),y) > # lwIP library > LWC := $(sort $(shell find $(LWIPDIR)/src -type f -name '*.c')) > LWC := $(filter-out %6.c %ip6_addr.c %ethernetif.c, $(LWC)) > -LWO := $(patsubst %.c,%.o,$(LWC) > +LWO := $(patsubst %.c,%.o,$(LWC)) > LWO += $(OBJ_DIR)/lwip-arch.o > ifeq ($(CONFIG_NETFRONT),y) > LWO += $(OBJ_DIR)/lwip-net.o _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |