Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for the RMNET module
0004 #
0005 
0006 rmnet-y          := rmnet_config.o
0007 rmnet-y          += rmnet_vnd.o
0008 rmnet-y          += rmnet_handlers.o
0009 rmnet-y          += rmnet_map_data.o
0010 rmnet-y          += rmnet_map_command.o
0011 obj-$(CONFIG_RMNET) += rmnet.o