mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2025-01-15 16:25:35 +00:00
mxm_wifiex: allow to overwrite CONFIG_IMX_SUPPORT
Config value is set to "n" when build on non-i.MX platforms, for example x86_64. Signed-off-by: grygorii tertychnyi <grembeter@outlook.com>
This commit is contained in:
parent
a84df58315
commit
c7aadb4951
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ ccflags-y += -DLINUX
|
||||||
|
|
||||||
|
|
||||||
ARCH ?= arm64
|
ARCH ?= arm64
|
||||||
CONFIG_IMX_SUPPORT=y
|
CONFIG_IMX_SUPPORT ?= y
|
||||||
ifeq ($(CONFIG_IMX_SUPPORT),y)
|
ifeq ($(CONFIG_IMX_SUPPORT),y)
|
||||||
ccflags-y += -DIMX_SUPPORT
|
ccflags-y += -DIMX_SUPPORT
|
||||||
ifneq ($(ANDROID_PRODUCT_OUT),)
|
ifneq ($(ANDROID_PRODUCT_OUT),)
|
||||||
|
|
Loading…
Reference in a new issue