-
Notifications
You must be signed in to change notification settings - Fork 1
feat: improve Makefile #7
New issue
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
base: main
Are you sure you want to change the base?
Conversation
16dc863 to
f396bb4
Compare
RadxaYuntian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
用?=就是为了可以在调用make的时候传入自己定义的变量值啊,你现在就必须去改文件了
|
主要是感觉这样Simple and Stupid一些, |
|
|
|
原本的readme也都是给c200准备的,你要改的话就把readme还有比如默认路径都改了 |
默认路径指的是什么? |
|
默认路径指的是makefile里面很多写死的c200 |
|
另外现在既然没有默认值可用,readme还要准备一个表格,用于告诉用户哪个产品哪个核心板用什么参数配置 |
9d77618 to
3493d1e
Compare
Requiring setting the variables before building can avoid the situation that, in the first time building, the default configurations are not what users want. Some paths are hardcoded with c200/*. Now this repo supports both Airbox Orin and C200, we should use the PRODUCT variable to replace the hardcoded part of the paths. For consistency, README is updated to introduce the possible values of PRODUCT and BOARDSKU. Signed-off-by: Zhaoming Luo <[email protected]>
3493d1e to
52f177e
Compare
Uh oh!
There was an error while loading. Please reload this page.