This reverts commit3877717bd7
. Nathan points out this was resolved upstream by: commit25d2e41cf5
("pinctrl: thunderbay: rework loops looking for groups names") Suggested-by: Nathan Chancellor <nathan@kernel.org> Change-Id: I1df1c8c25fc831cd5e67668d724ad7a7054100dc Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
DEFCONFIG=allmodconfig
|
|
|
|
POST_DEFCONFIG_CMDS="update_config"
|
|
function update_config() {
|
|
${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \
|
|
-e UNWINDER_FRAME_POINTER \
|
|
-d WERROR \
|
|
-d SAMPLES \
|
|
-d BPFILTER \
|
|
|
|
(cd ${OUT_DIR} && \
|
|
make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)
|
|
}
|