From 6daeda89cd43636f829e68fd33aef603136620a1 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 17 Apr 2024 16:46:28 +0200 Subject: drivers/wifi/generic: Fix a typo on symbol WIFI_MTCL_CBFS_FILEPATH is now used. Change-Id: Icdd0332ae9c56a54596a775c0a9aa7b9f8d6738c Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81974 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/drivers/wifi/generic/Makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/drivers/wifi/generic/Makefile.mk') diff --git a/src/drivers/wifi/generic/Makefile.mk b/src/drivers/wifi/generic/Makefile.mk index 2231115f76..4ccc934edb 100644 --- a/src/drivers/wifi/generic/Makefile.mk +++ b/src/drivers/wifi/generic/Makefile.mk @@ -20,12 +20,12 @@ wifi_sar_defaults.hex-type := raw endif -CONFIG_MTCL_CBFS_FILEPATH := $(call strip_quotes,$(CONFIG_MTCL_CBFS_FILEPATH)) +CONFIG_WIFI_MTCL_CBFS_FILEPATH := $(call strip_quotes,$(CONFIG_WIFI_MTCL_CBFS_FILEPATH)) -ifneq ($(CONFIG_MTCL_CBFS_FILEPATH),) +ifneq ($(CONFIG_WIFI_MTCL_CBFS_FILEPATH),) cbfs-files-$(CONFIG_USE_MTCL) += wifi_mtcl.bin -wifi_mtcl.bin-file := $(CONFIG_MTCL_CBFS_FILEPATH) +wifi_mtcl.bin-file := $(CONFIG_WIFI_MTCL_CBFS_FILEPATH) wifi_mtcl.bin-type := raw endif -- cgit v1.2.3