## 问题描述
编译内核时,执行build/build.sh遇到报错:
make: Entering directory ‘/home/oyll/aosp/android-kernel/private/msm-google-modules/touch/fts’
make: *** No targets specified and no makefile found. Stop.
这个目录下确实没有makefile和配置文件,是要自己生成吗?
# 复现环境 (列出所有可能相关的软硬件信息) #
Ubuntu 18.04
kernel:android-msm-coral-4.14-android11-qpr2
参考官方文档:https://source.android.com/setup/build/building-kernels
##具体步骤
repo init -u https://mirrors.tuna.tsinghua.edu.cn/git/AOSP/kernel/manifest -b android-msm-coral-4.14-android11-qpr2
repo sync
build/build.sh