mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
fix typo: Make.defs -> Makefile
change from @simbit18 Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
6e98b8d797
commit
afb0e6cccd
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ def convert_board_makefile(path):
|
|||
content = ""
|
||||
with open(mpath, "r") as fm:
|
||||
content = fm.read()
|
||||
content = content.replace("src/Make.defs", "src/CMakeLists.txt")
|
||||
content = content.replace("src/Makefile", "src/CMakeLists.txt")
|
||||
content = convert_board_common(path, content)
|
||||
|
||||
if content:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue