12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the RMNET module4#5 6rmnet-y := rmnet_config.o7rmnet-y += rmnet_vnd.o8rmnet-y += rmnet_handlers.o9rmnet-y += rmnet_map_data.o10rmnet-y += rmnet_map_command.o11obj-$(CONFIG_RMNET) += rmnet.o12