aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@linaro.org>2021-08-03 15:36:29 +0200
committerDavid S. Miller <davem@davemloft.net>2021-08-04 10:10:12 +0100
commit7ffa7542eca6fa910edbecf13899cb74a699f37e (patch)
tree43f96186d8458c81a6a704a8f329ad7cacbe2f80 /drivers/net/Makefile
parentnet: wwan: Add MHI MBIM network driver (diff)
downloadlinux-dev-7ffa7542eca6fa910edbecf13899cb74a699f37e.tar.xz
linux-dev-7ffa7542eca6fa910edbecf13899cb74a699f37e.zip
net: mhi: Remove MBIM protocol
The MBIM protocol has now been integrated in a proper WWAN driver. We can then revert back to a simpler driver for mhi_net, which is used for raw IP or QMAP protocol (via rmnet link). - Remove protocol management - Remove WWAN framework usage (only valid for mbim) - Remove net/mhi directory for simpler mhi_net.c file Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 6701211118c5..739838623cf6 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -37,7 +37,7 @@ obj-$(CONFIG_GTP) += gtp.o
obj-$(CONFIG_NLMON) += nlmon.o
obj-$(CONFIG_NET_VRF) += vrf.o
obj-$(CONFIG_VSOCKMON) += vsockmon.o
-obj-$(CONFIG_MHI_NET) += mhi/
+obj-$(CONFIG_MHI_NET) += mhi_net.o
#
# Networking Drivers