prj_platforms
prj_platforms
list_of_platforms
In the prj_platforms
section,
list the platforms that the components supports.
If the platforms section is not found, bldmake
supplies platforms WINS, ARMI, ARM4 and THUMB by default.
Note, building for the MARM platform is no longer supported. If MARM is specified as a platform then, it will be expanded to mean ARM4, ARMI and THUMB, but really these platforms should be listed explicitly or the default relied upon.
Specifying the pseudo-platform DEFAULT
at the start of the list will
cause any subsequent platforms to be added to the default list, unless these
platforms are prefixed with a hyphen (-), in which case these platforms will be
removed from the list.
Platforms can be listed on several separate lines if required.