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:
grygorii tertychnyi 2024-05-19 10:09:39 +02:00
parent a84df58315
commit c7aadb4951
No known key found for this signature in database
GPG key ID: A93FE45E545E545F

View file

@ -125,7 +125,7 @@ ccflags-y += -DLINUX
ARCH ?= arm64
CONFIG_IMX_SUPPORT=y
CONFIG_IMX_SUPPORT ?= y
ifeq ($(CONFIG_IMX_SUPPORT),y)
ccflags-y += -DIMX_SUPPORT
ifneq ($(ANDROID_PRODUCT_OUT),)