You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|
|
rmnet-y += rmnet_descriptor.o
|
|
obj-$(CONFIG_ARGOS) += rmnet_data_pm_argos.o
|
|
obj-$(CONFIG_RMNET) += rmnet.o
|
|
|