mirror of https://gitee.com/openkylin/linux.git
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:
parent
ddeb9bfa59
commit
b6ec6b8942
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
obj-$(CONFIG_MHI_NET) += mhi_net.o
|
||||
|
||||
mhi_net-y := net.o
|
Loading…
Reference in New Issue