mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Compilation script updated
This commit is contained in:
parent
a5086a0e83
commit
9448363b95
1 changed files with 2 additions and 2 deletions
|
@ -92,11 +92,11 @@ def generate_c9x_list(filename, hexes, size):
|
|||
|
||||
# stock board
|
||||
hexes = generate("open9x-stock", "PCB=STD", options_stock,0)
|
||||
generate_c9x_list("../../companion9x/src/open9x-stock-binaries.cpp", hexes, "EESIZE_STOCK")
|
||||
generate_c9x_list("../../companion9x/src/open9x-stock-binaries.cpp", hexes, "BOARD_STOCK")
|
||||
|
||||
# v4 board
|
||||
hexes = generate("open9x-v4", "PCB=V4", options_v4,1)
|
||||
generate_c9x_list("../../companion9x/src/open9x-v4-binaries.cpp", hexes, "EESIZE_V4")
|
||||
generate_c9x_list("../../companion9x/src/open9x-v4-binaries.cpp", hexes, "BOARD_GRUVIN9X")
|
||||
|
||||
# stamp
|
||||
subprocess.check_output(["make", "stamp"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue