You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kernel_patch_verify: Add support for separate build output directory
Add -O option to specify a build output directory for out-of-tree
kernel builds. This allows using O= make parameter for builds in a
separate directory from the kernel source tree. Update all .config
and make operations to respect BUILD_OUTPUT_DIR when specified.
Signed-off-by: Dhruva Gole <d-gole@ti.com>
"-d: if not already defined, use CROSS_COMPILE=$DEF_CROSS_COMPILE, ARCH=$DEF_ARCH, and builds for '$KP_TARGETS$DEF_BUILDTARGETS' build targets" \
818
826
"-V: (default armV8 targets) if not already defined, use CROSS_COMPILE=$DEF_V8_CROSS_COMPILE, ARCH=$DEF_V8_ARCH, and builds for '$KP_TARGETS$DEF_V8_BUILDTARGETS' build targets" \
819
827
"-j CPUs: override default CPUs count with build (default is $KM_CPUS)" \
820
828
"-B build_target: override default build target and use provided build_target" \
829
+
"-O build_output_dir: kernel build output directory (for separate build directory with O=)" \
821
830
"-T temp_dir_base: temporary directory base (default is $TEST_B_DIR)" \
822
831
"-l logfile: report file (defaults to $LOG_FILE)" \
823
832
"-L Use llvm to build 'LLVM=1 CC='$ccache clang''" \
0 commit comments