Lines Matching +refs:build +refs:platform
61 <platform>_defconfig file. Implements and saves the manual configuration
65 usage: $0 [options] platform(s)
70 -d Enable debug build
73 to the build directory after invoking CMake and before Make.
79 IPC4 then a platform specific overlay may be used.
80 -j n Set number of make build jobs. Jobs=#cores when no flag.
154 platform=none
158 platform=$i
163 if [ "$platform" == "none" ]; then
195 for platform in "${PLATFORMS[@]}"
201 case $platform in
318 BUILD_DIR=build_${platform}_${COMPILER}
345 cmake --build . -- menuconfig
380 cmake --build . -- overrideconfig
383 cmake --build . -- bin -j "${BUILD_JOBS}" ${BUILD_VERBOSE}