[root@vmware linux-2.6.36-android]# make
scripts/kconfig/conf --silentoldconfig arch/arm/Kconfig
***
*** You have not yet configured your kernel!
*** (missing kernel config file ".config")
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
make[2]: *** [silentoldconfig] 错误 1
make[1]: *** [silentoldconfig] 错误 2
make: *** 没有规则可以创建“include/config/kernel.release”需要的目标“include/config/auto.conf”。 停止。
从网上看需要加载驱动模块,但不知道从哪下手,用的是6410的开发板,内核:linux-2.6.36-android。谢谢。