From Fedora Project Wiki
< Architectures | ARM
First, grab a source code. wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.36.1.tar.bz2
Extract and install the package tar xjvf (tar.bz2 file)
You get a folder called linux-2.6.36.1. Change to that directory and edit the Makefile.
Inside the Makefile, change to the following:
ARCH ?= arm CROSS_COMPILE ?= (directory of the cross-compiler)
For example, /home/username/Desktop/arm-2010.09/bin/arm-none-linux-gnueabi-