Files

8 lines
149 B
Makefile
Raw Permalink Normal View History

#
# 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