On Tue, Apr 5, 2011 at 7:09 PM, Patrik Ryd patrik.ryd@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.