config: linux-base.yaml: Make building modules optional.
Building and packaging the Linux modules is expensive, even for
incremental builds. Often this is not required, so make it optional with
a shell variable. A derived config can add the following to the linux
prebuild command list:
export BUILD_KMODULES=false
Signed-off-by:
Ryan Roberts <ryan.roberts@arm.com>
Loading
Please register or sign in to comment