mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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
|