# # Makefile for the RMNET CTL module # rmnet_ctl-y += rmnet_ctl_client.o rmnet_ctl-y += rmnet_ctl_mhi.o obj-$(CONFIG_RMNET_CTL) += rmnet_ctl.o