]> Git Repo - J-linux.git/blob - drivers/net/wwan/Makefile
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / net / wwan / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux WWAN device drivers.
4 #
5
6 obj-$(CONFIG_WWAN) += wwan.o
7 wwan-objs += wwan_core.o
8
9 obj-$(CONFIG_WWAN_HWSIM) += wwan_hwsim.o
10
11 obj-$(CONFIG_MHI_WWAN_CTRL) += mhi_wwan_ctrl.o
12 obj-$(CONFIG_MHI_WWAN_MBIM) += mhi_wwan_mbim.o
13 obj-$(CONFIG_QCOM_BAM_DMUX) += qcom_bam_dmux.o
14 obj-$(CONFIG_RPMSG_WWAN_CTRL) += rpmsg_wwan_ctrl.o
15 obj-$(CONFIG_IOSM) += iosm/
16 obj-$(CONFIG_MTK_T7XX) += t7xx/
This page took 0.02916 seconds and 4 git commands to generate.