kernel-3.10 is not clean, please run 'make mrproper'
你看看 kernel-3.10\include下面是不是有个config的文件夹,把它删了,就可以了 |
make ARCH=arm64 xxxx_defconfig
#
# configuration written to .config
#
#### make completed successfully ####
同时把 kernel-3.10\目录下生成的 .config 也删除了。
参考:
http://bbs.16rd.com/forum.php?mod=viewthread&tid=30847&page=1
http://blog.csdn.net/kasalyn/article/details/9970565