Lines Matching refs:platform
33 make CC=<path-to-armclang>/bin/armclang PLAT=<platform> all
48 make CC=<path-to-clang>/bin/clang PLAT=<platform> all
56 make PLAT=<platform> all
62 make PLAT=<platform> ARCH=aarch32 AARCH32_SP=sp_min all
93 - ``build/<platform>/<build-type>/bl1.bin``
94 - ``build/<platform>/<build-type>/bl2.bin``
95 - ``build/<platform>/<build-type>/bl31.bin`` (AArch64 only)
96 - ``build/<platform>/<build-type>/bl32.bin`` (mandatory for AArch32)
98 where ``<platform>`` is the name of the chosen platform and ``<build-type>``
100 depending on the platform.
106 make DEBUG=<D> PLAT=<platform> clean