mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
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
|
||||
|
3
drivers/net/mhi/Makefile
Normal file
3
drivers/net/mhi/Makefile
Normal file
@ -0,0 +1,3 @@
|
||||
obj-$(CONFIG_MHI_NET) += mhi_net.o
|
||||
|
||||
mhi_net-y := net.o
|
Loading…
Reference in New Issue
Block a user