On Tue, Apr 5, 2011 at 7:09 PM, Patrik Ryd <patrik....@linaro.org> wrote: > --- > tasks/kernel.mk | 8 ++++++++ > tasks/tarballs.mk | 9 +++++++++ > 2 files changed, 17 insertions(+), 0 deletions(-) > create mode 100644 tasks/kernel.mk > > diff --git a/tasks/kernel.mk b/tasks/kernel.mk > new file mode 100644 > index 0000000..513bafa > --- /dev/null > +++ b/tasks/kernel.mk > @@ -0,0 +1,8 @@ > +android_kernel: > + cd $(TOP)/kernel &&\ > + make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- defconfig > $(KERNEL_CONFIG) &&\ > + make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- uImage
here TARGET_TOOLS_PREFIX arm-eabi- toolchain could be used as well I guess. Maybe give this a try together with the u-boot one. -- - Alexander _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev