diff --git a/build.config.allmodconfig b/build.config.allmodconfig index 1301e950d777..8bd0d5f9574b 100644 --- a/build.config.allmodconfig +++ b/build.config.allmodconfig @@ -7,6 +7,9 @@ function update_config() { -d WERROR \ -d SAMPLES \ -d BPFILTER \ + -e RANDSTRUCT_NONE \ + -d RANDSTRUCT_FULL \ + -d RANDSTRUCT \ (cd ${OUT_DIR} && \ make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)