Skip to content
Snippets Groups Projects
Commit 562fff29 authored by Nijun Gong's avatar Nijun Gong
Browse files

meta-qti-wlan: disable some warnings as error

Disable some warnings as error for yoco 4.0 upgrade.

Change-Id: Idb147ef24e40c9b7422d378fb449323f69c0ca5c
parent c2db4fea
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@ EXTRA_OEMAKE_append = " CONFIG_CLD_HL_SDIO_CORE=n \
KERNEL_CC += "-Wno-error=maybe-uninitialized"
KERNEL_CC += "-Wno-error=unused-function"
KERNEL_CC += "-Wno-error=format"
KERNEL_CC += "-Wno-error=misleading-indentation"
KERNEL_CC += "-Wno-error=array-parameter"
#Enable/Disable IPA by MACHINE name
EXTRA_OEMAKE_append_sa515m = " CONFIG_ENABLE_IPA=n"
......
......@@ -35,6 +35,12 @@ EXTRA_OEMAKE += "CONFIG_QCA_CLD_WLAN_PROFILE=qca6174"
EXTRA_OEMAKE += "DYNAMIC_SINGLE_CHIP=${_MODNAME}"
EXTRA_OEMAKE += "MODNAME=${_MODNAME}"
KERNEL_CC += "-Wno-error=maybe-uninitialized"
KERNEL_CC += "-Wno-error=unused-function"
KERNEL_CC += "-Wno-error=format"
KERNEL_CC += "-Wno-error=misleading-indentation"
KERNEL_CC += "-Wno-error=array-parameter"
_WLAN_CFG_OVERRIDE_515 = "\
CONFIG_WLAN_CONV_SPECTRAL_ENABLE=n \
CONFIG_WLAN_WBUFF=n \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment