mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
ANDROID: allmodconfig: Re-enable TEST_KMOD
This has been disabled since the introduction of the configuration in commit884416f517("ANDROID: create build.configs for allmodconfig"), likely due to the fact that TEST_KMOD force selects XFS_FS, which was also disabled due to a clang bug. Commit8c8c5eea92("ANDROID: build.config.allmodconfig: Re-enable XFS_FS") re-enabled XFS_FS because the compiler was fixed but did not re-enable TEST_KMOD for the same reason. Do so now so that allmodconfig coverage is increased. Fixes:8c8c5eea92("ANDROID: build.config.allmodconfig: Re-enable XFS_FS") Test: build.config.allmodconfig.{aarch64,arm,x86_64} Change-Id: I4f6e70c268e214ccb054f57452386c509f1b2882 Signed-off-by: Nathan Chancellor <nathan@kernel.org>
This commit is contained in:
parent
364e52ade6
commit
31baa2414b
|
|
@ -3,7 +3,6 @@ DEFCONFIG=allmodconfig
|
|||
POST_DEFCONFIG_CMDS="update_config"
|
||||
function update_config() {
|
||||
${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \
|
||||
-d TEST_KMOD \
|
||||
-e UNWINDER_FRAME_POINTER \
|
||||
|
||||
(cd ${OUT_DIR} && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user