162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the Linux WWAN device drivers. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_WWAN) += wwan.o 762306a36Sopenharmony_ciwwan-objs += wwan_core.o 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciobj-$(CONFIG_WWAN_HWSIM) += wwan_hwsim.o 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciobj-$(CONFIG_MHI_WWAN_CTRL) += mhi_wwan_ctrl.o 1262306a36Sopenharmony_ciobj-$(CONFIG_MHI_WWAN_MBIM) += mhi_wwan_mbim.o 1362306a36Sopenharmony_ciobj-$(CONFIG_QCOM_BAM_DMUX) += qcom_bam_dmux.o 1462306a36Sopenharmony_ciobj-$(CONFIG_RPMSG_WWAN_CTRL) += rpmsg_wwan_ctrl.o 1562306a36Sopenharmony_ciobj-$(CONFIG_IOSM) += iosm/ 1662306a36Sopenharmony_ciobj-$(CONFIG_MTK_T7XX) += t7xx/ 17