On 5 April 2011 22:52, Alexander Sack <a...@linaro.org> wrote:
> 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.

If I can assume* that TARGET_TOOLS_PREFIX is relative to the Android
source root (normally is, unless you change it yourself) I could do

make ARCH=arm CROSS_COMPILE=../$(TARGET_TOOLS_PREFIX) defconfig
$(KERNEL_CONFIG) &&\

Any better idea?

 /Patrik

-------
* Assumption is the mother of all fuckups
(http://www.youtube.com/watch?v=wg4trPZFUwc)

>
> --
>
>  - Alexander
>

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to