Re: [PATCH v3 2/4] Add support for LZO-compressed kernels for ARM

From: Martin Michlmayr
Date: Fri Nov 13 2009 - 09:50:25 EST


* Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx> [2009-11-13 15:29]:
> > # For __aeabi_uidivmod
> >-lib1funcs = $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.o
> >+lib1funcs = arch/$(SRCARCH)/lib/lib1funcs.o
>
> +lib1funcs = $(obj)/arch/$(SRCARCH)/lib/lib1funcs.o
>
> This is untested but it should refer to obj because you break out of
> tree builds (O=) if you don't :)

With this I get:
make[4]: *** No rule to make target `arch/arm/boot/compressed/arch/arm/lib/lib1funcs.o', needed by `arch/arm/boot/compressed/vmlinux'. Stop.

--
Martin Michlmayr
http://www.cyrius.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/