8 lines
149 B
Makefile
8 lines
149 B
Makefile
#
|
|
# 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
|