mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
Revert "ANDROID: disable INFINIBAND_QIB from allmodconfig build"
This reverts commit936699ade8. This configuration was disabled due to a build error that was resolved by3110b942d3("IB/qib: Fix clang confusion of NULL pointer comparison") in 5.15-rc4. Test: build.config.allmodconfig.{aarch64,arm,x86_64} Change-Id: I5768140680dcf53d6369b811eafd2582252714d9 Signed-off-by: Nathan Chancellor <nathan@kernel.org>
This commit is contained in:
parent
f21a566a41
commit
ba11a2e32c
|
|
@ -5,7 +5,6 @@ function update_config() {
|
|||
${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \
|
||||
-d TEST_KMOD \
|
||||
-e UNWINDER_FRAME_POINTER \
|
||||
-d INFINIBAND_QIB \
|
||||
|
||||
(cd ${OUT_DIR} && \
|
||||
make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user