From c7aadb4951c59a9517b0faacbabe56853bd08a04 Mon Sep 17 00:00:00 2001 From: grygorii tertychnyi Date: Sun, 19 May 2024 10:09:39 +0200 Subject: [PATCH] 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 --- mxm_wifiex/wlan_src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxm_wifiex/wlan_src/Makefile b/mxm_wifiex/wlan_src/Makefile index bf5c5cb..1fcb94e 100644 --- a/mxm_wifiex/wlan_src/Makefile +++ b/mxm_wifiex/wlan_src/Makefile @@ -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),)