fix for CRSF not being present. (#11951)
[betaflight.git] / make / windows.mk
blobceb968bbbc7614b381f508e94cc3d3619cf21633
1 # windows.mk
3 # Goals:
4 # Configure an environment that will allow Taulabs GCS and firmware to be built
5 # on a Windows system. The environment will support the current version of the
6 # ARM toolchain installed to either their respective default installation
7 # locations, the tools directory or made available on the system path.
9 # Requirements:
10 # msysGit
11 # Python
13 PYTHON := python
14 export PYTHON