From f0cc1b63c440779eda29387bbcbfae603a30786e Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 21 Jun 2025 00:50:44 +0200 Subject: [PATCH] oplus: mdmfeature: Unconditionally build the module Change-Id: Icd9e0ce77b6ca4c0868492df60b60efb85d87121 --- oplus/hardware/radio/kernel/mdmfeature/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oplus/hardware/radio/kernel/mdmfeature/Makefile b/oplus/hardware/radio/kernel/mdmfeature/Makefile index 0fbafc37da..238ef0d880 100644 --- a/oplus/hardware/radio/kernel/mdmfeature/Makefile +++ b/oplus/hardware/radio/kernel/mdmfeature/Makefile @@ -1,3 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only # Copyright (C) 2018-2020 Oplus. All rights reserved. -obj-$(CONFIG_OPLUS_FEATURE_MDMFEATURE) += oplus_mdmfeature.o +obj-m += oplus_mdmfeature.o