mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 20:01:41 +07:00
ceed73a2cf
RmNet driver provides a transport agnostic MAP (multiplexing and aggregation protocol) support in embedded module. Module provides virtual network devices which can be attached to any IP-mode physical device. This will be used to provide all MAP functionality on future hardware in a single consistent location. Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
214 B
Makefile
11 lines
214 B
Makefile
#
|
|
# Makefile for the RMNET module
|
|
#
|
|
|
|
rmnet-y := rmnet_config.o
|
|
rmnet-y += rmnet_vnd.o
|
|
rmnet-y += rmnet_handlers.o
|
|
rmnet-y += rmnet_map_data.o
|
|
rmnet-y += rmnet_map_command.o
|
|
obj-$(CONFIG_RMNET) += rmnet.o
|