Skip to content

Commit

Permalink
Updating Makefiles for proper indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Virat Agarwal authored and GitHub Enterprise committed Feb 24, 2022
1 parent a14ef52 commit d95fcac
Show file tree
Hide file tree
Showing 72 changed files with 148 additions and 76 deletions.
4 changes: 2 additions & 2 deletions aie_kernels/aie_adder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""


############################## Setting up Project Variables ##############################
# Points to top directory of Git repository
MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
Expand Down
9 changes: 5 additions & 4 deletions common/utility/makefile_gen/makegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,23 +699,24 @@ def mk_help(target):
target.write("\t$(ECHO) \"\"\n")
target.write("\t$(ECHO) \" make run TARGET=<sw_emu/hw_emu/hw> PLATFORM=<FPGA platform>");
if not ("platform_type" in data and data["platform_type"] == "pcie"):
target.write(" HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>")
target.write(" HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>")
target.write("\"\n")
target.write("\t$(ECHO) \" Command to run application in emulation.\"\n")
target.write("\t$(ECHO) \"\"\n")
target.write("\t$(ECHO) \" make build TARGET=<sw_emu/hw_emu/hw> PLATFORM=<FPGA platform>");
if not ("platform_type" in data and data["platform_type"] == "pcie"):
target.write(" HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>")
target.write(" HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>")
target.write("\"\n")
target.write("\t$(ECHO) \" Command to build xclbin application.\"\n")
target.write("\t$(ECHO) \"\"\n")
target.write("\t$(ECHO) \" make host");
if not ("platform_type" in data and data["platform_type"] == "pcie"):
target.write(" HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>")
target.write(" HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>")
target.write("\"\n")
target.write("\t$(ECHO) \" Command to build host application.\"\n")
if not ("platform_type" in data and data["platform_type"] == "pcie"):
target.write("\t$(ECHO) \" By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html\"\n")
target.write("\t$(ECHO) \" By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - \"\n")
target.write("\t$(ECHO) \" https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html\"\n")
target.write("\t$(ECHO) \"\"\n")
target.write("\n")

Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/array_partition/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/bind_op_storage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/burst_rw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/critical_path/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/custom_datatype/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/dataflow_stream/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/dataflow_stream_array/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/dependence_inter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/lmem_2rw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/loop_pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/loop_reorder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/partition_cyclicblock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/port_width_widening/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/shift_register/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/simple_vadd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/systolic_array/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion cpp_kernels/wide_mem_rw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion emulation/external_io_cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion emulation/external_io_py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
3 changes: 2 additions & 1 deletion emulation/external_io_sv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ help::
$(ECHO) ""
$(ECHO) " make host HOST_ARCH=<aarch32/aarch64/x86> EDGE_COMMON_SW=<rootfs and kernel image path>"
$(ECHO) " Command to build host application."
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH and EDGE_COMMON_SW are required for SoC shells. Please download and use the pre-built image from - "
$(ECHO) " https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html"
$(ECHO) ""

############################## Setting up Project Variables ##############################
Expand Down
Loading

0 comments on commit d95fcac

Please sign in to comment.