mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user