We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
注意到修改源码的提交数不少,但就鲜有修改构建系统的提交,能否抽点时间花点精力优化下构建系统? 那些通过自动工具生成的文件没有形成依赖关系的问题不大,但awtk-linux-fb的配置固定在源码里面,而不同芯片平台的配置都不同,导致每次同步awtk-linux-fb时都要手动去改配置,就非常麻烦! 是否可以考虑下用kconfig来优化下配置方法?
awtk-linux-fb
The text was updated successfully, but these errors were encountered:
这个暂时没时间搞,我先考虑一下。谢谢
Sorry, something went wrong.
No branches or pull requests
注意到修改源码的提交数不少,但就鲜有修改构建系统的提交,能否抽点时间花点精力优化下构建系统?
那些通过自动工具生成的文件没有形成依赖关系的问题不大,但
awtk-linux-fb
的配置固定在源码里面,而不同芯片平台的配置都不同,导致每次同步awtk-linux-fb
时都要手动去改配置,就非常麻烦!是否可以考虑下用kconfig来优化下配置方法?
The text was updated successfully, but these errors were encountered: