On Tue, Dec 15, 2009 at 5:35 AM, Santosh Kadam <sanma...@gmail.com> wrote:
> Hi there -
>
> I have downloaded the androind kernel from the following repository
>
> repo init -u git://android.git.kernel.org/platform/manifest.git
>
> ..........
> I executed make menuconfig and created a standard configuratin file.
>
> Now, I am trying to build this kernel -- by the folling command.
>
> #make ARCH=x86 CROSS-COMPILE=
>
> I am getting following compilation errors .......
>
>  CC [M]  drivers/staging/go7007/s2250-board.o
> drivers/staging/go7007/s2250-board.c:24:26: error: s2250-loader.h: No
> such file or directory

Ick, why would you want to build this driver on an android-based
system?

Disable it and you should be fine.

Be careful about enabling drivers that you are not going to use,
or ones that do not make any sense (like all of the staging
drivers).

good luck,

greg k-h

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to