net: mhi: Add dedicated folder

Create a dedicated mhi directory for mhi-net, mhi-net is going to
be split into differente files (for additional protocol support).

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Loic Poulain 2021-02-09 10:05:55 +01:00 committed by David S. Miller
parent ddeb9bfa59
commit b6ec6b8942
3 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,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_net.o
obj-$(CONFIG_MHI_NET) += mhi/
#
# Networking Drivers

3
drivers/net/mhi/Makefile Normal file
View File

@ -0,0 +1,3 @@
obj-$(CONFIG_MHI_NET) += mhi_net.o
mhi_net-y := net.o